List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5175
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=5180",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5170",
    "results": [
        {
            "quote": "Live your life, do your work, then take your hat. Henry David Thoreau",
            "author": "Henry David Thoreau",
            "likes": 734,
            "tags": [
                "short"
            ],
            "pk": 470848,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Life got to be about more than just solving problems. Elon Musk",
            "author": "Elon Musk",
            "likes": 611,
            "tags": [
                "short"
            ],
            "pk": 470849,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Life is about making an impact, not making an income. Kevin Kruse",
            "author": "Kevin Kruse",
            "likes": 546,
            "tags": [
                "short"
            ],
            "pk": 470850,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The quality of life is more important than life itself. Alexis Carrel",
            "author": "Alexis Carrel",
            "likes": 316,
            "tags": [
                "short"
            ],
            "pk": 470851,
            "image": null,
            "language": "en"
        },
        {
            "quote": "You have to die a few times before you can really live. Charles Bukowski",
            "author": "Charles Bukowski",
            "likes": 85,
            "tags": [
                "short"
            ],
            "pk": 470852,
            "image": null,
            "language": "en"
        }
    ]
}