List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5585
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=5590",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5580",
    "results": [
        {
            "quote": "Life is very interesting. In the end, some of your greatest pains become your greatest strengths. Drew Barrymore",
            "author": "Drew Barrymore",
            "likes": 772,
            "tags": [
                "short"
            ],
            "pk": 471278,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Persevere and get it done. George Allen Sr",
            "author": "George Allen Sr",
            "likes": 56,
            "tags": [
                "short"
            ],
            "pk": 471279,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Never, never, never give up. Winston Churchill",
            "author": "Winston Churchill",
            "likes": 602,
            "tags": [
                "short"
            ],
            "pk": 471280,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Much effort, much prosperity. Euripides",
            "author": "Euripides",
            "likes": 554,
            "tags": [
                "short"
            ],
            "pk": 471281,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Slow and steady wins the race.",
            "author": "",
            "likes": 121,
            "tags": [
                "short"
            ],
            "pk": 471282,
            "image": null,
            "language": "en"
        }
    ]
}