List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4770
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=4775",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4765",
    "results": [
        {
            "quote": "The harder you fall, the heavier your heart; the heavier your heart, the stronger you climb; the stronger you climb, the higher your pedestal. Criss Jami",
            "author": "Criss Jami",
            "likes": 616,
            "tags": [
                "deep"
            ],
            "pk": 470412,
            "image": null,
            "language": "en"
        },
        {
            "quote": "You are judges in this world by how well you bring things to an end. A messy or incomplete conclusion can reverberate for years to come. Robert Greene",
            "author": "Robert Greene",
            "likes": 796,
            "tags": [
                "deep"
            ],
            "pk": 470413,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Music expresses that which cannot be put into words and that which cannot remain silent. Victor Hugo",
            "author": "Victor Hugo",
            "likes": 775,
            "tags": [
                "deep"
            ],
            "pk": 470414,
            "image": null,
            "language": "en"
        },
        {
            "quote": "A thousand words will not leave so deep an impression as one deed. Henrik Ibsen",
            "author": "Henrik Ibsen",
            "likes": 551,
            "tags": [
                "deep"
            ],
            "pk": 470415,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Those who dream by day are cognizant of many things which escape those who dream only by night. Edgar Allan Poe",
            "author": "Edgar Allan Poe",
            "likes": 184,
            "tags": [
                "deep"
            ],
            "pk": 470416,
            "image": null,
            "language": "en"
        }
    ]
}