List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5120
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=5125",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5115",
    "results": [
        {
            "quote": "If youth knew; if age could. Sigmund Freud",
            "author": "Sigmund Freud",
            "likes": 759,
            "tags": [
                "short"
            ],
            "pk": 470792,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Time is the soul of this world. Pythagoras",
            "author": "Pythagoras",
            "likes": 568,
            "tags": [
                "short"
            ],
            "pk": 470793,
            "image": null,
            "language": "en"
        },
        {
            "quote": "He not busy being born is busy dying. Bob Dylan",
            "author": "Bob Dylan",
            "likes": 263,
            "tags": [
                "short"
            ],
            "pk": 470794,
            "image": null,
            "language": "en"
        },
        {
            "quote": "It takes a long time to become young. Pablo Picasso",
            "author": "Pablo Picasso",
            "likes": 80,
            "tags": [
                "short"
            ],
            "pk": 470795,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Be who you needed when you were young.",
            "author": "",
            "likes": 445,
            "tags": [
                "short"
            ],
            "pk": 470796,
            "image": null,
            "language": "en"
        }
    ]
}