List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5085
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=5090",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5080",
    "results": [
        {
            "quote": "Life is too short to learn German. Oscar Wilde",
            "author": "Oscar Wilde",
            "likes": 136,
            "tags": [
                "short"
            ],
            "pk": 470751,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I intend to live forever. So far, so good. Steven Wright",
            "author": "Steven Wright",
            "likes": 106,
            "tags": [
                "short"
            ],
            "pk": 470754,
            "image": null,
            "language": "en"
        },
        {
            "quote": "This suspense is terrible. I hope it will last. Oscar Wilde",
            "author": "Oscar Wilde",
            "likes": 118,
            "tags": [
                "short"
            ],
            "pk": 470756,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I drive way too fast to worry about cholesterol. Steven Wright",
            "author": "Steven Wright",
            "likes": 297,
            "tags": [
                "short"
            ],
            "pk": 470757,
            "image": null,
            "language": "en"
        },
        {
            "quote": "In heaven, all the interesting people are missing. Friedrich Nietzsche",
            "author": "Friedrich Nietzsche",
            "likes": 431,
            "tags": [
                "short"
            ],
            "pk": 470759,
            "image": null,
            "language": "en"
        }
    ]
}