List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4220
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4225",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4215",
    "results": [
        {
            "quote": "There is no job more important than parenting. This I believe. Ben Carson",
            "author": "Ben Carson",
            "likes": 457,
            "tags": [
                "family"
            ],
            "pk": 469840,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Children learn to smile from their parents. Shinichi Suzuki",
            "author": "Shinichi Suzuki",
            "likes": 394,
            "tags": [
                "family"
            ],
            "pk": 469841,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Home is the nicest word there is. Laura Ingalls Wilder",
            "author": "Laura Ingalls Wilder",
            "likes": 167,
            "tags": [
                "family"
            ],
            "pk": 469842,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Home is where your story beings. Unknown",
            "author": "",
            "likes": 86,
            "tags": [
                "family"
            ],
            "pk": 469843,
            "image": null,
            "language": "en"
        },
        {
            "quote": "In every conceivable manner, the family is link to our past, bridge to our future. Alex Haley",
            "author": "Alex Haley",
            "likes": 783,
            "tags": [
                "family"
            ],
            "pk": 469844,
            "image": null,
            "language": "en"
        }
    ]
}