List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4100
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=4105",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4095",
    "results": [
        {
            "quote": "The truth is, everyone is going to hurt you. You just got to find the ones worth suffering for. Bob Marley",
            "author": "Bob Marley",
            "likes": 351,
            "tags": [
                "friendship"
            ],
            "pk": 469715,
            "image": null,
            "language": "en"
        },
        {
            "quote": "There is a scarcity of friendship, but not of friends. Thomas Fuller",
            "author": "Thomas Fuller",
            "likes": 513,
            "tags": [
                "friendship"
            ],
            "pk": 469716,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The worst solitude is to be destitute of sincere friendship. Francis Bacon",
            "author": "Francis Bacon",
            "likes": 746,
            "tags": [
                "friendship"
            ],
            "pk": 469717,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The best way to mend a broken heart is time and girlfriends. Gwyneth Paltrow",
            "author": "Gwyneth Paltrow",
            "likes": 729,
            "tags": [
                "friendship"
            ],
            "pk": 469718,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Friends show their love in times of trouble, not in happiness. Euripides",
            "author": "Euripides",
            "likes": 737,
            "tags": [
                "friendship"
            ],
            "pk": 469719,
            "image": null,
            "language": "en"
        }
    ]
}