List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5125
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=5130",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5120",
    "results": [
        {
            "quote": "Innocence is courage and clarity both. Osho",
            "author": "Osho",
            "likes": 300,
            "tags": [
                "short"
            ],
            "pk": 470797,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Find what you love and let it kill you. Charles Bukowski",
            "author": "Charles Bukowski",
            "likes": 405,
            "tags": [
                "short"
            ],
            "pk": 470798,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Sadness flies away on the wings of time. Jean de La Fontaine",
            "author": "Jean de La Fontaine",
            "likes": 451,
            "tags": [
                "short"
            ],
            "pk": 470799,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I am not young enough to know everything. Oscar Wilde",
            "author": "Oscar Wilde",
            "likes": 705,
            "tags": [
                "short"
            ],
            "pk": 470800,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Life is like the ocean, it goes up and down. Vanessa Paradis",
            "author": "Vanessa Paradis",
            "likes": 483,
            "tags": [
                "short"
            ],
            "pk": 470801,
            "image": null,
            "language": "en"
        }
    ]
}