List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4775
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=4780",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4770",
    "results": [
        {
            "quote": "The spread of civilisation may be likened to a fire; first, a feeble spark, next a flickering flame, then a mighty blaze, ever increasing in speed and power. Nikola Tesla",
            "author": "Nikola Tesla",
            "likes": 448,
            "tags": [
                "deep"
            ],
            "pk": 470417,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Have a heart that never hardens, and a temper that never tires, and a touch that never hurts. Charles Dickens",
            "author": "Charles Dickens",
            "likes": 355,
            "tags": [
                "deep"
            ],
            "pk": 470418,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Nothing in this world is harder than speaking the truth, nothing easier than flattery. Fyodor Dostoyevsky",
            "author": "Fyodor Dostoyevsky",
            "likes": 265,
            "tags": [
                "deep"
            ],
            "pk": 470419,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Arm yourself, my heart: the thing that you must do is fearful, yet inevitable. Euripides",
            "author": "Euripides",
            "likes": 390,
            "tags": [
                "deep"
            ],
            "pk": 470420,
            "image": null,
            "language": "en"
        },
        {
            "quote": "An idea that is not dangerous is unworthy of being called an idea at all. Oscar Wilde",
            "author": "Oscar Wilde",
            "likes": 286,
            "tags": [
                "deep"
            ],
            "pk": 470421,
            "image": null,
            "language": "en"
        }
    ]
}