List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4130
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=4135",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4125",
    "results": [
        {
            "quote": "Losing friends that are easily lost is no loss at all. The Stoic Emperor",
            "author": "The Stoic Emperor",
            "likes": 369,
            "tags": [
                "friendship"
            ],
            "pk": 469748,
            "image": null,
            "language": "en"
        },
        {
            "quote": "It is difficult to say who do you the most mischief: enemies with the worst intentions or friends with the best. Edward Bulwer-Lytton",
            "author": "Edward Bulwer-Lytton",
            "likes": 671,
            "tags": [
                "friendship"
            ],
            "pk": 469749,
            "image": null,
            "language": "en"
        },
        {
            "quote": "False friendship, like the ivy, decays and ruins the walls it embraces; but true friendship gives new life and animation to the object it supports. Richard Burton",
            "author": "Richard Burton",
            "likes": 697,
            "tags": [
                "friendship"
            ],
            "pk": 469750,
            "image": null,
            "language": "en"
        },
        {
            "quote": "An insincere and evil friend is more to be feared than a wild beast; a wild beast may wound your body, but an evil friend will wound your mind. Buddha",
            "author": "Buddha",
            "likes": 435,
            "tags": [
                "friendship"
            ],
            "pk": 469751,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Flattery is like friendship in show, but not in fruit. Socrates",
            "author": "Socrates",
            "likes": 638,
            "tags": [
                "friendship"
            ],
            "pk": 469752,
            "image": null,
            "language": "en"
        }
    ]
}