List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5315
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=5320",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5310",
    "results": [
        {
            "quote": "For it is in giving that we receive. Francis of Assisi",
            "author": "Francis of Assisi",
            "likes": 209,
            "tags": [
                "short"
            ],
            "pk": 471000,
            "image": null,
            "language": "en"
        },
        {
            "quote": "No one has ever become poor by giving. Anne Frank",
            "author": "Anne Frank",
            "likes": 617,
            "tags": [
                "short"
            ],
            "pk": 471001,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Kind people are the best kind of people.",
            "author": "",
            "likes": 100,
            "tags": [
                "short"
            ],
            "pk": 471002,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The more sympathy you give, the less you need. Malcolm S. Forbes",
            "author": "Forbes",
            "likes": 772,
            "tags": [
                "short"
            ],
            "pk": 471003,
            "image": null,
            "language": "en"
        },
        {
            "quote": "In a world where you can be anything, be kind.",
            "author": "",
            "likes": 234,
            "tags": [
                "short"
            ],
            "pk": 471004,
            "image": null,
            "language": "en"
        }
    ]
}