List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4715
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=4720",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4710",
    "results": [
        {
            "quote": "Life is the flower for which love is the honey. Victor Hugo",
            "author": "Victor Hugo",
            "likes": 292,
            "tags": [
                "deep"
            ],
            "pk": 470353,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Anything becomes interesting if you look at it long enough. Gustave Flaubert",
            "author": "Gustave Flaubert",
            "likes": 244,
            "tags": [
                "deep"
            ],
            "pk": 470356,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Life can only be understood backwards; but it must be lived forwards. Soren Kierkegaard",
            "author": "Soren Kierkegaard",
            "likes": 297,
            "tags": [
                "deep"
            ],
            "pk": 470357,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Life is not a problem to be solved, but a reality to be experienced. Soren Kierkegaard",
            "author": "Soren Kierkegaard",
            "likes": 393,
            "tags": [
                "deep"
            ],
            "pk": 470358,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I would rather die on my feet than live on my knees. Euripides",
            "author": "Euripides",
            "likes": 567,
            "tags": [
                "deep"
            ],
            "pk": 470359,
            "image": null,
            "language": "en"
        }
    ]
}