List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4690
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4695",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4685",
    "results": [
        {
            "quote": "Whenever people agree with me I always feel I must be wrong. Oscar Wilde",
            "author": "Oscar Wilde",
            "likes": 708,
            "tags": [
                "deep"
            ],
            "pk": 470326,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Never make fun of someone who mispronounces a word. It means they learned it by reading. Unknown",
            "author": "",
            "likes": 716,
            "tags": [
                "deep"
            ],
            "pk": 470327,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Even if I knew that tomorrow the world would go to pieces, I would still plant my apple tree. Martin Luther",
            "author": "Martin Luther",
            "likes": 481,
            "tags": [
                "deep"
            ],
            "pk": 470328,
            "image": null,
            "language": "en"
        },
        {
            "quote": "As long as I am breathing, in my eyes, I am just beginning. Criss Jami",
            "author": "Criss Jami",
            "likes": 106,
            "tags": [
                "deep"
            ],
            "pk": 470329,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Sometimes you have to shut your eyes, so you can see the real beauty. Kilian Jornet",
            "author": "Kilian Jornet",
            "likes": 84,
            "tags": [
                "deep"
            ],
            "pk": 470330,
            "image": null,
            "language": "en"
        }
    ]
}