List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5615
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=5620",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5610",
    "results": [
        {
            "quote": "Anyone who has ever made anything of importance was disciplined. Andrew Hendrixson",
            "author": "Andrew Hendrixson",
            "likes": 636,
            "tags": [
                "short"
            ],
            "pk": 471308,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Character consists of what you do on the third and fourth tries. James A. Michener",
            "author": "Michener",
            "likes": 245,
            "tags": [
                "short"
            ],
            "pk": 471309,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Nothing is permanent in this wicked world, not even our troubles. Charlie Chaplin",
            "author": "Charlie Chaplin",
            "likes": 613,
            "tags": [
                "short"
            ],
            "pk": 471310,
            "image": null,
            "language": "en"
        },
        {
            "quote": "No matter how you feel, get up, dress up, show up and never give up.",
            "author": "",
            "likes": 256,
            "tags": [
                "short"
            ],
            "pk": 471311,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Difficult things take a long time, impossible things a little longer.",
            "author": "",
            "likes": 155,
            "tags": [
                "short"
            ],
            "pk": 471312,
            "image": null,
            "language": "en"
        }
    ]
}