List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5565
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=5570",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5560",
    "results": [
        {
            "quote": "From caring comes courage. Lao Tzu",
            "author": "Lao Tzu",
            "likes": 88,
            "tags": [
                "short"
            ],
            "pk": 471258,
            "image": null,
            "language": "en"
        },
        {
            "quote": "What keeps me going is goals. Muhammad Ali",
            "author": "Muhammad Ali",
            "likes": 740,
            "tags": [
                "short"
            ],
            "pk": 471259,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Life is tough but so you are.",
            "author": "",
            "likes": 134,
            "tags": [
                "short"
            ],
            "pk": 471260,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Fortune and love favor the brave. Ovid",
            "author": "Ovid",
            "likes": 500,
            "tags": [
                "short"
            ],
            "pk": 471261,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The best way out is always through. Robert Frost",
            "author": "Robert Frost",
            "likes": 483,
            "tags": [
                "short"
            ],
            "pk": 471262,
            "image": null,
            "language": "en"
        }
    ]
}