List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4030
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=4035",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4025",
    "results": [
        {
            "quote": "The bird a nest, the spider a web, man friendship. William Blake",
            "author": "William Blake",
            "likes": 702,
            "tags": [
                "friendship"
            ],
            "pk": 469643,
            "image": null,
            "language": "en"
        },
        {
            "quote": "It is easier to forgive an enemy than to forgive a friend. William Blake",
            "author": "William Blake",
            "likes": 538,
            "tags": [
                "friendship"
            ],
            "pk": 469644,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Depth of friendship does not depend on length of acquaintance. Rabindranath Tagore",
            "author": "Rabindranath Tagore",
            "likes": 614,
            "tags": [
                "friendship"
            ],
            "pk": 469645,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Friendship is given us by nature, not to favor vice, but to aid virtue. Cicero",
            "author": "Cicero",
            "likes": 343,
            "tags": [
                "friendship"
            ],
            "pk": 469646,
            "image": null,
            "language": "en"
        },
        {
            "quote": "We need old friends to help us grow old and new friends to help us stay young. Letty Cottin Pogrebin",
            "author": "Letty Cottin Pogrebin",
            "likes": 165,
            "tags": [
                "friendship"
            ],
            "pk": 469647,
            "image": null,
            "language": "en"
        }
    ]
}