List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5165
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=5170",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5160",
    "results": [
        {
            "quote": "Life is largely a matter of expectation. Homer",
            "author": "Homer",
            "likes": 340,
            "tags": [
                "short"
            ],
            "pk": 470838,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Anything worth doing is worth doing slowly. Mae West",
            "author": "Mae West",
            "likes": 274,
            "tags": [
                "short"
            ],
            "pk": 470839,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Be soft. Do not let the world make you hard.",
            "author": "",
            "likes": 477,
            "tags": [
                "short"
            ],
            "pk": 470840,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Life is too important to be taken seriously. Oscar Wilde",
            "author": "Oscar Wilde",
            "likes": 221,
            "tags": [
                "short"
            ],
            "pk": 470841,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Life is either a daring adventure or nothing. Helen Keller",
            "author": "Helen Keller",
            "likes": 329,
            "tags": [
                "short"
            ],
            "pk": 470842,
            "image": null,
            "language": "en"
        }
    ]
}