List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=3930
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=3935",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=3925",
    "results": [
        {
            "quote": "The ornament of a house is the friends who frequent it. Ralph Waldo Emerson",
            "author": "Ralph Waldo Emerson",
            "likes": 343,
            "tags": [
                "friendship"
            ],
            "pk": 469530,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Friendship is a sheltering tree. Samuel Taylor Coleridge",
            "author": "Samuel Taylor Coleridge",
            "likes": 278,
            "tags": [
                "friendship"
            ],
            "pk": 469531,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I have learned that to be with those I like is enough. Walt Whitman",
            "author": "Walt Whitman",
            "likes": 630,
            "tags": [
                "friendship"
            ],
            "pk": 469533,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Good friends are hard to find, harder to leave and impossible to forget. G. Randolf",
            "author": "Randolf",
            "likes": 97,
            "tags": [
                "friendship"
            ],
            "pk": 469534,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The language of friendship is not words but meanings. Henry David Thoreau",
            "author": "Henry David Thoreau",
            "likes": 132,
            "tags": [
                "friendship"
            ],
            "pk": 469535,
            "image": null,
            "language": "en"
        }
    ]
}