List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=3960
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=3965",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=3955",
    "results": [
        {
            "quote": "Never contract friendship with a man that is not better than thyself. Confucius",
            "author": "Confucius",
            "likes": 381,
            "tags": [
                "friendship"
            ],
            "pk": 469566,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Constant use had not worn ragged the fabric of their friendship. Dorothy Parker",
            "author": "Dorothy Parker",
            "likes": 504,
            "tags": [
                "friendship"
            ],
            "pk": 469567,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Good friends, good books and a sleepy conscience: this is the ideal life. Mark Twain",
            "author": "Mark Twain",
            "likes": 448,
            "tags": [
                "friendship"
            ],
            "pk": 469568,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I get by with a little help from my friends. The Beatles",
            "author": "The Beatles",
            "likes": 687,
            "tags": [
                "friendship"
            ],
            "pk": 469569,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Life is nothing without friendship. Cicero",
            "author": "Cicero",
            "likes": 582,
            "tags": [
                "friendship"
            ],
            "pk": 469571,
            "image": null,
            "language": "en"
        }
    ]
}