List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4825
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=4830",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4820",
    "results": [
        {
            "quote": "Question everything. Learn something. Answer nothing. Euripides",
            "author": "Euripides",
            "likes": 713,
            "tags": [
                "deep"
            ],
            "pk": 470473,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Understand that half the game is keeping quiet, and carefully watching those around you. Robert Greene",
            "author": "Robert Greene",
            "likes": 800,
            "tags": [
                "deep"
            ],
            "pk": 470474,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Man is the only creature who refuses to be what he is. Albert Camus",
            "author": "Albert Camus",
            "likes": 202,
            "tags": [
                "deep"
            ],
            "pk": 470475,
            "image": null,
            "language": "en"
        },
        {
            "quote": "But in the end one needs more courage to live than to kill himself. Albert Camus",
            "author": "Albert Camus",
            "likes": 584,
            "tags": [
                "deep"
            ],
            "pk": 470476,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The world breaks everyone, and afterward, some are strong at the broken places. Ernest Hemingway",
            "author": "Ernest Hemingway",
            "likes": 678,
            "tags": [
                "deep"
            ],
            "pk": 470477,
            "image": null,
            "language": "en"
        }
    ]
}