List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5140
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=5145",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5135",
    "results": [
        {
            "quote": "Life without love is like a tree without blossoms or fruit. Khalil Gibran",
            "author": "Khalil Gibran",
            "likes": 501,
            "tags": [
                "short"
            ],
            "pk": 470812,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Your faith can move mountains and your doubt can create them.",
            "author": "",
            "likes": 401,
            "tags": [
                "short"
            ],
            "pk": 470813,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The knowledge of happiness brings the knowledge of unhappiness. Swami Vivekananda",
            "author": "Swami Vivekananda",
            "likes": 752,
            "tags": [
                "short"
            ],
            "pk": 470814,
            "image": null,
            "language": "en"
        },
        {
            "quote": "There are those who give with joy, and that joy is their reward. Khalil Gibran",
            "author": "Khalil Gibran",
            "likes": 562,
            "tags": [
                "short"
            ],
            "pk": 470815,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Life is the car, your heart is the key and God is the chauffeur. Sri Sathya Sai Baba",
            "author": "Sri Sathya Sai Baba",
            "likes": 598,
            "tags": [
                "short"
            ],
            "pk": 470816,
            "image": null,
            "language": "en"
        }
    ]
}