List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5005
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=5010",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5000",
    "results": [
        {
            "quote": "Grow through what you go through.",
            "author": "",
            "likes": 90,
            "tags": [
                "short"
            ],
            "pk": 470668,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Do it with passion or not at all.",
            "author": "",
            "likes": 770,
            "tags": [
                "short"
            ],
            "pk": 470669,
            "image": null,
            "language": "en"
        },
        {
            "quote": "She believed she could, so she did.",
            "author": "",
            "likes": 795,
            "tags": [
                "short"
            ],
            "pk": 470670,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The past does not equal the future. Tony Robbins",
            "author": "Tony Robbins",
            "likes": 437,
            "tags": [
                "short"
            ],
            "pk": 470671,
            "image": null,
            "language": "en"
        },
        {
            "quote": "At the end of hardship comes happiness.",
            "author": "",
            "likes": 250,
            "tags": [
                "short"
            ],
            "pk": 470672,
            "image": null,
            "language": "en"
        }
    ]
}