List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=4995
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=5000",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=4990",
    "results": [
        {
            "quote": "My life is my argument. Albert Schweitzer",
            "author": "Albert Schweitzer",
            "likes": 655,
            "tags": [
                "short"
            ],
            "pk": 470658,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Dream big. Pray bigger.",
            "author": "",
            "likes": 680,
            "tags": [
                "short"
            ],
            "pk": 470659,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Leave no stone unturned. Euripides",
            "author": "Euripides",
            "likes": 87,
            "tags": [
                "short"
            ],
            "pk": 470660,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Fight till the last gasp. William Shakespeare",
            "author": "William Shakespeare",
            "likes": 435,
            "tags": [
                "short"
            ],
            "pk": 470661,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Stay hungry. Stay foolish. Steve Jobs",
            "author": "Steve Jobs",
            "likes": 711,
            "tags": [
                "short"
            ],
            "pk": 470662,
            "image": null,
            "language": "en"
        }
    ]
}