List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=3940
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=3945",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=3935",
    "results": [
        {
            "quote": "Some people go to priests; others to poetry; I to my friends. Virginia Woolf",
            "author": "Virginia Woolf",
            "likes": 427,
            "tags": [
                "friendship"
            ],
            "pk": 469541,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Let there be no purpose in friendship save the deepening of the spirit. Kahlil Gibran",
            "author": "Kahlil Gibran",
            "likes": 758,
            "tags": [
                "friendship"
            ],
            "pk": 469543,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Friendship with oneself is all-important, because without it one cannot be friends with anyone else in the world. Eleanor Roosevelt",
            "author": "Eleanor Roosevelt",
            "likes": 104,
            "tags": [
                "friendship"
            ],
            "pk": 469544,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Friendship at first sight, like love at first sight, is said to be the only truth. Herman Melville",
            "author": "Herman Melville",
            "likes": 277,
            "tags": [
                "friendship"
            ],
            "pk": 469546,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Many people will walk in and out of your life, but only true friends will leave footprints in your heart. Eleanor Roosevelt",
            "author": "Eleanor Roosevelt",
            "likes": 297,
            "tags": [
                "friendship"
            ],
            "pk": 469547,
            "image": null,
            "language": "en"
        }
    ]
}