List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4705
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=4710",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4700",
    "results": [
        {
            "quote": "A man with outward courage dares to die; a man with inner courage dares to live. Lao Tzu",
            "author": "Lao Tzu",
            "likes": 318,
            "tags": [
                "deep"
            ],
            "pk": 470341,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Stupidity lies in wanting to draw conclusions. Gustave Flaubert",
            "author": "Gustave Flaubert",
            "likes": 494,
            "tags": [
                "deep"
            ],
            "pk": 470342,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Genius is the recovery of childhood at will. Arthur Rimbaud",
            "author": "Arthur Rimbaud",
            "likes": 182,
            "tags": [
                "deep"
            ],
            "pk": 470343,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Men must live and create. Live to the point of tears. Albert Camus",
            "author": "Albert Camus",
            "likes": 58,
            "tags": [
                "deep"
            ],
            "pk": 470344,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Judge a man by his questions rather than his answers. Voltaire",
            "author": "Voltaire",
            "likes": 205,
            "tags": [
                "deep"
            ],
            "pk": 470347,
            "image": null,
            "language": "en"
        }
    ]
}