List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5455
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=5460",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5450",
    "results": [
        {
            "quote": "Everything has beauty, but not everyone sees it. Confucius",
            "author": "Confucius",
            "likes": 512,
            "tags": [
                "short"
            ],
            "pk": 471144,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The greatest effort is not concerned with results.",
            "author": "",
            "likes": 493,
            "tags": [
                "short"
            ],
            "pk": 471145,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Who looks outside dreams, who looks inside awakens. Carl Gustav Jung",
            "author": "Carl Gustav Jung",
            "likes": 253,
            "tags": [
                "short"
            ],
            "pk": 471146,
            "image": null,
            "language": "en"
        },
        {
            "quote": "There is no path to happiness. Happiness is the path. Buddha",
            "author": "Buddha",
            "likes": 796,
            "tags": [
                "short"
            ],
            "pk": 471147,
            "image": null,
            "language": "en"
        },
        {
            "quote": "New beginnings are often disguised as painful endings. Lao Tzu",
            "author": "Lao Tzu",
            "likes": 750,
            "tags": [
                "short"
            ],
            "pk": 471148,
            "image": null,
            "language": "en"
        }
    ]
}