List the quotes, can be filtered via tags

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

{
    "next": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5395",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5385",
    "results": [
        {
            "quote": "Time is the wisest counsellor of all. Pericles",
            "author": "Pericles",
            "likes": 338,
            "tags": [
                "short"
            ],
            "pk": 471079,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Time is but the stream I go fishing in. Henry David Thoreau",
            "author": "Henry David Thoreau",
            "likes": 350,
            "tags": [
                "short"
            ],
            "pk": 471080,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The trouble is, you think you have time. Jack Kornfield",
            "author": "Jack Kornfield",
            "likes": 657,
            "tags": [
                "short"
            ],
            "pk": 471081,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Nothing is so dear and precious as time. French proverb",
            "author": "French proverb",
            "likes": 159,
            "tags": [
                "short"
            ],
            "pk": 471082,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Time is a game played beautifully by children. Heraclitus",
            "author": "Heraclitus",
            "likes": 123,
            "tags": [
                "short"
            ],
            "pk": 471083,
            "image": null,
            "language": "en"
        }
    ]
}