List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5135
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=5140",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5130",
    "results": [
        {
            "quote": "The bird a nest, the spider a web, man friendship. William Blake",
            "author": "William Blake",
            "likes": 550,
            "tags": [
                "short"
            ],
            "pk": 470807,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Life is a question and how we live it is our answer. Gary Keller",
            "author": "Gary Keller",
            "likes": 322,
            "tags": [
                "short"
            ],
            "pk": 470808,
            "image": null,
            "language": "en"
        },
        {
            "quote": "God provides the wind, but man must raise the sails. Augustine of Hippo",
            "author": "Augustine of Hippo",
            "likes": 437,
            "tags": [
                "short"
            ],
            "pk": 470809,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Art is the lie that enables us to realize the truth. Pablo Picasso",
            "author": "Pablo Picasso",
            "likes": 438,
            "tags": [
                "short"
            ],
            "pk": 470810,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Enlightenment is when a wave realizes it is the ocean.",
            "author": "",
            "likes": 544,
            "tags": [
                "short"
            ],
            "pk": 470811,
            "image": null,
            "language": "en"
        }
    ]
}