List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5190
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=5195",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5185",
    "results": [
        {
            "quote": "Life, it seems, is nothing if not a series of initiations, transitions, and incorporations. Alan Dundes",
            "author": "Alan Dundes",
            "likes": 64,
            "tags": [
                "short"
            ],
            "pk": 470864,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Life becomes harder for us when we live for others, but it also becomes richer and happier. Albert Schweitzer",
            "author": "Albert Schweitzer",
            "likes": 432,
            "tags": [
                "short"
            ],
            "pk": 470865,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Life is not measured by the number of breaths we take, but by the moments that take our breath away. Maya Angelou",
            "author": "Maya Angelou",
            "likes": 741,
            "tags": [
                "short"
            ],
            "pk": 470866,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Life is pure adventure, and the sooner we realize that, the quicker we will be able to treat life as art. Maya Angelou",
            "author": "Maya Angelou",
            "likes": 598,
            "tags": [
                "short"
            ],
            "pk": 470867,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I think people spend too much time staring into screens and not enough time drinking wine, tongue kissing, and dancing under the moon. Rachel Wolchin",
            "author": "Rachel Wolchin",
            "likes": 312,
            "tags": [
                "short"
            ],
            "pk": 470868,
            "image": null,
            "language": "en"
        }
    ]
}