List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5055
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=5060",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5050",
    "results": [
        {
            "quote": "Go for it.",
            "author": "",
            "likes": 556,
            "tags": [
                "short"
            ],
            "pk": 470721,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I love you.",
            "author": "",
            "likes": 104,
            "tags": [
                "short"
            ],
            "pk": 470722,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Keep going.",
            "author": "",
            "likes": 425,
            "tags": [
                "short"
            ],
            "pk": 470723,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Choose joy.",
            "author": "",
            "likes": 419,
            "tags": [
                "short"
            ],
            "pk": 470724,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Enjoy today.",
            "author": "",
            "likes": 422,
            "tags": [
                "short"
            ],
            "pk": 470725,
            "image": null,
            "language": "en"
        }
    ]
}