List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4090
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=4095",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4085",
    "results": [
        {
            "quote": "A true friend never gets in your way unless you happen to be going down. Arnold H. Glasgow",
            "author": "Glasgow",
            "likes": 726,
            "tags": [
                "friendship"
            ],
            "pk": 469705,
            "image": null,
            "language": "en"
        },
        {
            "quote": "True friendship is like sound health. The value of it is seldom known until it be lost. Charles Caleb Colton",
            "author": "Charles Caleb Colton",
            "likes": 636,
            "tags": [
                "friendship"
            ],
            "pk": 469706,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The most beautiful discovery true friends make is that they can grow separately without growing apart. Elizabeth Foley",
            "author": "Elizabeth Foley",
            "likes": 291,
            "tags": [
                "friendship"
            ],
            "pk": 469707,
            "image": null,
            "language": "en"
        },
        {
            "quote": "A true friend is the most precious of all possessions and the one we take the least thought about acquiring. Francois de La Rochefoucauld",
            "author": "Francois de La Rochefoucauld",
            "likes": 338,
            "tags": [
                "friendship"
            ],
            "pk": 469708,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Silence is the true friend that never betrays. Confucius",
            "author": "Confucius",
            "likes": 602,
            "tags": [
                "friendship"
            ],
            "pk": 469709,
            "image": null,
            "language": "en"
        }
    ]
}