List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5575
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=5580",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5570",
    "results": [
        {
            "quote": "Tough times never last, but tough people do.",
            "author": "",
            "likes": 448,
            "tags": [
                "short"
            ],
            "pk": 471268,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Great deeds are usually wrought at great risks. Herodotus",
            "author": "Herodotus",
            "likes": 791,
            "tags": [
                "short"
            ],
            "pk": 471269,
            "image": null,
            "language": "en"
        },
        {
            "quote": "He that can have patience can have what he will. Benjamin Franklin",
            "author": "Benjamin Franklin",
            "likes": 276,
            "tags": [
                "short"
            ],
            "pk": 471270,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Rock bottom has built more heroes than privilege.",
            "author": "",
            "likes": 269,
            "tags": [
                "short"
            ],
            "pk": 471271,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Things that were hard to bear are sweet to remember. Lucius Annaeus Seneca",
            "author": "Lucius Annaeus Seneca",
            "likes": 750,
            "tags": [
                "short"
            ],
            "pk": 471272,
            "image": null,
            "language": "en"
        }
    ]
}