List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4240
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=4245",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4235",
    "results": [
        {
            "quote": "Traveling in the company of those we love is home in motion. Leigh Hunt",
            "author": "Leigh Hunt",
            "likes": 211,
            "tags": [
                "family"
            ],
            "pk": 469860,
            "image": null,
            "language": "en"
        },
        {
            "quote": "There is always a reason to smile. Find it. Unknown",
            "author": "",
            "likes": 445,
            "tags": [
                "family"
            ],
            "pk": 469861,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If you go anywhere, even paradise, you will miss your home. Malala Yousafzai",
            "author": "Malala Yousafzai",
            "likes": 748,
            "tags": [
                "family"
            ],
            "pk": 469862,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Children are the keys of paradise. Eric Hoffer",
            "author": "Eric Hoffer",
            "likes": 578,
            "tags": [
                "family"
            ],
            "pk": 469863,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I believe in large families: every woman should have at least three husbands. Zsa Zsa Gabor",
            "author": "Zsa Zsa Gabor",
            "likes": 585,
            "tags": [
                "family"
            ],
            "pk": 469864,
            "image": null,
            "language": "en"
        }
    ]
}