List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4785
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=4790",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4780",
    "results": [
        {
            "quote": "If you wish to be a mine of jewels, open the deep ocean within your heart. Rumi",
            "author": "Rumi",
            "likes": 255,
            "tags": [
                "deep"
            ],
            "pk": 470427,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Patience with small details makes perfect a large work, like the universe. Rumi",
            "author": "Rumi",
            "likes": 489,
            "tags": [
                "deep"
            ],
            "pk": 470428,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If you want to overcome the whole world, overcome yourself. Fyodor Dostoyevsky",
            "author": "Fyodor Dostoyevsky",
            "likes": 560,
            "tags": [
                "deep"
            ],
            "pk": 470430,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Poetry is the rhythmical creation of beauty in words. Edgar Allan Poe",
            "author": "Edgar Allan Poe",
            "likes": 401,
            "tags": [
                "deep"
            ],
            "pk": 470431,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If you want to find the secrets of the universe, think in terms of energy, frequency and vibration. Nikola Tesla",
            "author": "Nikola Tesla",
            "likes": 570,
            "tags": [
                "deep"
            ],
            "pk": 470432,
            "image": null,
            "language": "en"
        }
    ]
}