List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5195
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=5200",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5190",
    "results": [
        {
            "quote": "To love is to act. Victor Hugo",
            "author": "Victor Hugo",
            "likes": 634,
            "tags": [
                "short"
            ],
            "pk": 470869,
            "image": null,
            "language": "en"
        },
        {
            "quote": "All you need is love. John Lennon",
            "author": "John Lennon",
            "likes": 700,
            "tags": [
                "short"
            ],
            "pk": 470870,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Do all things with love. Og Mandino",
            "author": "Og Mandino",
            "likes": 442,
            "tags": [
                "short"
            ],
            "pk": 470871,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Every lover is a soldier. Ovid",
            "author": "Ovid",
            "likes": 444,
            "tags": [
                "short"
            ],
            "pk": 470872,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Speak low, if you speak love. William Shakespeare",
            "author": "William Shakespeare",
            "likes": 96,
            "tags": [
                "short"
            ],
            "pk": 470874,
            "image": null,
            "language": "en"
        }
    ]
}