List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4370
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=4375",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4365",
    "results": [
        {
            "quote": "Come back. Even as a shadow, even as a dream. Euripides",
            "author": "Euripides",
            "likes": 122,
            "tags": [
                "family"
            ],
            "pk": 469998,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The song is ended but the melody lingers on. Irving Berlin",
            "author": "Irving Berlin",
            "likes": 542,
            "tags": [
                "family"
            ],
            "pk": 469999,
            "image": null,
            "language": "en"
        },
        {
            "quote": "There comes a time in your life when you have to choose to turn the page, write another book or simply close it. Shannon L. Alder",
            "author": "Alder",
            "likes": 481,
            "tags": [
                "family"
            ],
            "pk": 470000,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Those we love and lose are always connected by heartstrings into infinity. Terri Guillemets quotegarden.com",
            "author": "com",
            "likes": 497,
            "tags": [
                "family"
            ],
            "pk": 470001,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Grief can be a burden, but also an anchor. You get used to the weight, how it holds you in place. Sarah Dessen",
            "author": "Sarah Dessen",
            "likes": 518,
            "tags": [
                "family"
            ],
            "pk": 470002,
            "image": null,
            "language": "en"
        }
    ]
}