List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=4965
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=4970",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=4960",
    "results": [
        {
            "quote": "My brain is only a receiver, in the Universe there is a core from which we obtain knowledge, strength and inspiration. I have not penetrated into the secrets of this core, but I know that it exists. Nikola Tesla",
            "author": "Nikola Tesla",
            "likes": 195,
            "tags": [
                "deep"
            ],
            "pk": 470628,
            "image": null,
            "language": "en"
        },
        {
            "quote": "You are braver than you believe. Strong than you seem. And smarter than you think. Winnie The Pooh",
            "author": "Winnie The Pooh",
            "likes": 592,
            "tags": [
                "deep"
            ],
            "pk": 470629,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Power can be taken, but not given. The process of the taking is empowerment in itself. Gloria Steinem",
            "author": "Gloria Steinem",
            "likes": 282,
            "tags": [
                "deep"
            ],
            "pk": 470630,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Hearts will never be practical until they can be made unbreakable. Oz, The Wizard of Oz",
            "author": "Oz, The Wizard of Oz",
            "likes": 609,
            "tags": [
                "deep"
            ],
            "pk": 470631,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Power is not miraculous, but intrinsically human and accessible to us all. Robert Greene",
            "author": "Robert Greene",
            "likes": 94,
            "tags": [
                "deep"
            ],
            "pk": 470632,
            "image": null,
            "language": "en"
        }
    ]
}