List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5395
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=5400",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5390",
    "results": [
        {
            "quote": "Time is what we want most, but what we use worst. William Penn",
            "author": "William Penn",
            "likes": 139,
            "tags": [
                "short"
            ],
            "pk": 471084,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The two most powerful warriors are patience and time. Leo Tolstoy",
            "author": "Leo Tolstoy",
            "likes": 753,
            "tags": [
                "short"
            ],
            "pk": 471085,
            "image": null,
            "language": "en"
        },
        {
            "quote": "In seed time learn, in harvest teach, in winter enjoy. William Blake",
            "author": "William Blake",
            "likes": 717,
            "tags": [
                "short"
            ],
            "pk": 471086,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Taking crazy things seriously is a serious waste of time. Haruki Murakami",
            "author": "Haruki Murakami",
            "likes": 525,
            "tags": [
                "short"
            ],
            "pk": 471087,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Being rich is having money, being wealthy is having time. Stephen Swid",
            "author": "Stephen Swid",
            "likes": 780,
            "tags": [
                "short"
            ],
            "pk": 471088,
            "image": null,
            "language": "en"
        }
    ]
}