List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5520
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=5525",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5515",
    "results": [
        {
            "quote": "What you seek is seeking you. Rumi",
            "author": "Rumi",
            "likes": 315,
            "tags": [
                "short"
            ],
            "pk": 471211,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Observe all men, thyself most. Benjamin Franklin",
            "author": "Benjamin Franklin",
            "likes": 761,
            "tags": [
                "short"
            ],
            "pk": 471212,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Doubt is the origin of wisdom. Augustine of Hippo",
            "author": "Augustine of Hippo",
            "likes": 504,
            "tags": [
                "short"
            ],
            "pk": 471213,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Nature does nothing uselessly. Aristotle",
            "author": "Aristotle",
            "likes": 420,
            "tags": [
                "short"
            ],
            "pk": 471214,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Listen to many, speak to a few. William Shakespeare",
            "author": "William Shakespeare",
            "likes": 571,
            "tags": [
                "short"
            ],
            "pk": 471215,
            "image": null,
            "language": "en"
        }
    ]
}