List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4700
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=4705",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4695",
    "results": [
        {
            "quote": "We can see through others only when we can see through ourselves. Bruce Lee",
            "author": "Bruce Lee",
            "likes": 228,
            "tags": [
                "deep"
            ],
            "pk": 470336,
            "image": null,
            "language": "en"
        },
        {
            "quote": "You who suffer because you love, love still more. To die of love, is to live by it. Victor Hugo",
            "author": "Victor Hugo",
            "likes": 354,
            "tags": [
                "deep"
            ],
            "pk": 470337,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The wind howls, but the mountain remains still. Japanese proverb",
            "author": "Japanese proverb",
            "likes": 796,
            "tags": [
                "deep"
            ],
            "pk": 470338,
            "image": null,
            "language": "en"
        },
        {
            "quote": "What makes night within us may leave stars. Victor Hugo",
            "author": "Victor Hugo",
            "likes": 245,
            "tags": [
                "deep"
            ],
            "pk": 470339,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Nothing is forever. Everything goes to 0 eventually. Naval Ravikant",
            "author": "Naval Ravikant",
            "likes": 258,
            "tags": [
                "deep"
            ],
            "pk": 470340,
            "image": null,
            "language": "en"
        }
    ]
}