List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5490
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=5495",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5485",
    "results": [
        {
            "quote": "Peace cannot be kept by force; it can only be achieved by understanding. Albert Einstein",
            "author": "Albert Einstein",
            "likes": 57,
            "tags": [
                "short"
            ],
            "pk": 471180,
            "image": null,
            "language": "en"
        },
        {
            "quote": "When the power of love overcomes the love of power the world will know peace. Jimi Hendrix",
            "author": "Jimi Hendrix",
            "likes": 674,
            "tags": [
                "short"
            ],
            "pk": 471181,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The ability to observe without evaluating is the highest form of intelligence. Jiddu Krishnamurti",
            "author": "Jiddu Krishnamurti",
            "likes": 609,
            "tags": [
                "short"
            ],
            "pk": 471182,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Our task must be to free ourselves by widening our circle of compassion to embrace all living creatures and the whole of nature and its beauty. Albert Einstein",
            "author": "Albert Einstein",
            "likes": 791,
            "tags": [
                "short"
            ],
            "pk": 471183,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Time discovers truth. Lucius Annaeus Seneca",
            "author": "Lucius Annaeus Seneca",
            "likes": 199,
            "tags": [
                "short"
            ],
            "pk": 471184,
            "image": null,
            "language": "en"
        }
    ]
}