List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5610
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=5615",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5605",
    "results": [
        {
            "quote": "Thankfully, persistence is a great substitute for talent. Steve Martin",
            "author": "Steve Martin",
            "likes": 763,
            "tags": [
                "short"
            ],
            "pk": 471303,
            "image": null,
            "language": "en"
        },
        {
            "quote": "You get credit for what you finished, not what you started.",
            "author": "",
            "likes": 281,
            "tags": [
                "short"
            ],
            "pk": 471304,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I was taught the way of progress is neither swift nor easy. Marie Curie",
            "author": "Marie Curie",
            "likes": 164,
            "tags": [
                "short"
            ],
            "pk": 471305,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Persistence is to the character of man as carbon is to steel. Napoleon Hill",
            "author": "Napoleon Hill",
            "likes": 276,
            "tags": [
                "short"
            ],
            "pk": 471306,
            "image": null,
            "language": "en"
        },
        {
            "quote": "A man will fight harder for his interests than for his rights. Napoleon Bonaparte",
            "author": "Napoleon Bonaparte",
            "likes": 730,
            "tags": [
                "short"
            ],
            "pk": 471307,
            "image": null,
            "language": "en"
        }
    ]
}