List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5155
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=5160",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5150",
    "results": [
        {
            "quote": "We make a living by what we get, but we make a life by what we give. Winston Churchill",
            "author": "Winston Churchill",
            "likes": 127,
            "tags": [
                "short"
            ],
            "pk": 470828,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The man who wants to lead the orchestra must turn his back on the crowd. James Crook",
            "author": "James Crook",
            "likes": 149,
            "tags": [
                "short"
            ],
            "pk": 470829,
            "image": null,
            "language": "en"
        },
        {
            "quote": "As a well-spent day brings happy sleep, so a life well spent brings happy death. Leonardo da Vinci",
            "author": "Leonardo da Vinci",
            "likes": 204,
            "tags": [
                "short"
            ],
            "pk": 470830,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Life is not about how fast you run or how high you climb, but how well you bounce. Vivian Komori",
            "author": "Vivian Komori",
            "likes": 336,
            "tags": [
                "short"
            ],
            "pk": 470831,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Concentration is the ability to think about absolutely nothing when it is absolutely necessary. Ray Knight",
            "author": "Ray Knight",
            "likes": 414,
            "tags": [
                "short"
            ],
            "pk": 470832,
            "image": null,
            "language": "en"
        }
    ]
}