List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5400
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=5405",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5395",
    "results": [
        {
            "quote": "Be patient and tough; one day this pain will be useful to you. Ovid",
            "author": "Ovid",
            "likes": 534,
            "tags": [
                "short"
            ],
            "pk": 471089,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Own less. Do more.",
            "author": "",
            "likes": 212,
            "tags": [
                "short"
            ],
            "pk": 471090,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Simplify, simplify. Henry David Thoreau",
            "author": "Henry David Thoreau",
            "likes": 772,
            "tags": [
                "short"
            ],
            "pk": 471091,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Order brings peace. St-Augustine",
            "author": "St-Augustine",
            "likes": 746,
            "tags": [
                "short"
            ],
            "pk": 471092,
            "image": null,
            "language": "en"
        },
        {
            "quote": "More life, less rush.",
            "author": "",
            "likes": 424,
            "tags": [
                "short"
            ],
            "pk": 471093,
            "image": null,
            "language": "en"
        }
    ]
}