List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5600
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=5605",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5595",
    "results": [
        {
            "quote": "Perseverance, secret of all triumphs. Victor Hugo",
            "author": "Victor Hugo",
            "likes": 542,
            "tags": [
                "short"
            ],
            "pk": 471293,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Victory belongs to the most persevering. Napoleon Bonaparte",
            "author": "Napoleon Bonaparte",
            "likes": 741,
            "tags": [
                "short"
            ],
            "pk": 471294,
            "image": null,
            "language": "en"
        },
        {
            "quote": "In the middle of difficulty lies opportunity. Albert Einstein",
            "author": "Albert Einstein",
            "likes": 484,
            "tags": [
                "short"
            ],
            "pk": 471295,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Never give up on the things that make you smile.",
            "author": "",
            "likes": 473,
            "tags": [
                "short"
            ],
            "pk": 471296,
            "image": null,
            "language": "en"
        },
        {
            "quote": "He that can have patience can have what he will. Benjamin Franklin",
            "author": "Benjamin Franklin",
            "likes": 753,
            "tags": [
                "short"
            ],
            "pk": 471297,
            "image": null,
            "language": "en"
        }
    ]
}