List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5370
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=5375",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5365",
    "results": [
        {
            "quote": "Imperfection is beauty, madness is genius.",
            "author": "",
            "likes": 398,
            "tags": [
                "short"
            ],
            "pk": 471058,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Beauty is the promise of happiness. Stendhal",
            "author": "Stendhal",
            "likes": 704,
            "tags": [
                "short"
            ],
            "pk": 471059,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Do something wonderful, people may imitate it. Albert Schweitzer",
            "author": "Albert Schweitzer",
            "likes": 791,
            "tags": [
                "short"
            ],
            "pk": 471061,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Everything has beauty, but not everyone sees it. Confucius",
            "author": "Confucius",
            "likes": 385,
            "tags": [
                "short"
            ],
            "pk": 471062,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Beauty always promises, but never gives anything. Simone Weil",
            "author": "Simone Weil",
            "likes": 747,
            "tags": [
                "short"
            ],
            "pk": 471063,
            "image": null,
            "language": "en"
        }
    ]
}