List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5350
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=5355",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5345",
    "results": [
        {
            "quote": "The best way to find yourself is to lose yourself in the service of others. Mohandas Gandhi",
            "author": "Mohandas Gandhi",
            "likes": 167,
            "tags": [
                "short"
            ],
            "pk": 471038,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Life is really a dance if you are original, and you are meant to be original. Osho",
            "author": "Osho",
            "likes": 416,
            "tags": [
                "short"
            ],
            "pk": 471039,
            "image": null,
            "language": "en"
        },
        {
            "quote": "He who controls others may be powerful, but he who has mastered himself is mightier still. Lao Tzu",
            "author": "Lao Tzu",
            "likes": 177,
            "tags": [
                "short"
            ],
            "pk": 471040,
            "image": null,
            "language": "en"
        },
        {
            "quote": "What you get by achieving your goals is not as important as what you become by achieving your goals. Henry David Thoreau",
            "author": "Henry David Thoreau",
            "likes": 85,
            "tags": [
                "short"
            ],
            "pk": 471041,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Everything you can imagine is real. Pablo Picasso",
            "author": "Pablo Picasso",
            "likes": 202,
            "tags": [
                "short"
            ],
            "pk": 471042,
            "image": null,
            "language": "en"
        }
    ]
}