List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4840
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=4845",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4835",
    "results": [
        {
            "quote": "The scientists of today think deeply instead of clearly. One must be sane to think clearly, but one can think deeply and be quite insane. Nikola Tesla",
            "author": "Nikola Tesla",
            "likes": 100,
            "tags": [
                "deep"
            ],
            "pk": 470488,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Do not read, as children do, to amuse yourself, or like the ambitious, for the purpose of instruction. No, read in order to live. Gustave Flaubert",
            "author": "Gustave Flaubert",
            "likes": 618,
            "tags": [
                "deep"
            ],
            "pk": 470489,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The public wants work which flatters its illusions. Gustave Flaubert",
            "author": "Gustave Flaubert",
            "likes": 552,
            "tags": [
                "deep"
            ],
            "pk": 470490,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Talent is a long patience, and originality an effort of will and intense observation. Gustave Flaubert",
            "author": "Gustave Flaubert",
            "likes": 370,
            "tags": [
                "deep"
            ],
            "pk": 470491,
            "image": null,
            "language": "en"
        },
        {
            "quote": "People who know little are usually great talkers, while men who know much say little. Jean-Jacques Rousseau",
            "author": "Jean-Jacques Rousseau",
            "likes": 383,
            "tags": [
                "deep"
            ],
            "pk": 470492,
            "image": null,
            "language": "en"
        }
    ]
}