List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=81765
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81770",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81760",
    "results": [
        {
            "quote": "Do you really want to look back on your life and see how wonderful it could have been had you not been afraid to live it? Caroline Myss",
            "author": "",
            "likes": 408,
            "tags": [
                "travel"
            ],
            "pk": 479552,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If not now, when? Unknown",
            "author": "",
            "likes": 676,
            "tags": [
                "travel"
            ],
            "pk": 479539,
            "image": null,
            "language": "en"
        },
        {
            "quote": "What is life, without a little risk? Sirius Black (Harry Potter)",
            "author": "",
            "likes": 397,
            "tags": [
                "travel"
            ],
            "pk": 479536,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If time travel is possible, where are the tourists from the future? Stephen Hawking",
            "author": "",
            "likes": 654,
            "tags": [
                "travel"
            ],
            "pk": 479515,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Who speaks of liberty while the human mind is in chains? Francis Wright",
            "author": "",
            "likes": 223,
            "tags": [
                "freedom"
            ],
            "pk": 479339,
            "image": null,
            "language": "en"
        }
    ]
}