List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5095
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=5100",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5090",
    "results": [
        {
            "quote": "The risk I took was calculated, but man, I am bad at math.",
            "author": "",
            "likes": 501,
            "tags": [
                "short"
            ],
            "pk": 470766,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Do not read the next sentence. You little rebel, I like you.",
            "author": "",
            "likes": 660,
            "tags": [
                "short"
            ],
            "pk": 470767,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Just when I discovered the meaning of life, they changed it. George Carlin",
            "author": "George Carlin",
            "likes": 684,
            "tags": [
                "short"
            ],
            "pk": 470768,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I love deadlines. I love the whooshing noise they make as they go by. Douglas Adams",
            "author": "Douglas Adams",
            "likes": 325,
            "tags": [
                "short"
            ],
            "pk": 470770,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The key to eating healthy is not eating any food that has a TV commercial. Mike Birbiglia",
            "author": "Mike Birbiglia",
            "likes": 725,
            "tags": [
                "short"
            ],
            "pk": 470771,
            "image": null,
            "language": "en"
        }
    ]
}