List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=81665
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=81670",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81660",
    "results": [
        {
            "quote": "How important it is for us to recognize and celebrate our heroes and she-roes!",
            "author": "",
            "likes": 795,
            "tags": [
                "maya-angelou"
            ],
            "pk": 486361,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Ask for what you want and be prepared to get it!",
            "author": "",
            "likes": 135,
            "tags": [
                "maya-angelou"
            ],
            "pk": 486325,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Do you want to spend the rest of your life selling sugared water or do you want a chance to change the world?",
            "author": "",
            "likes": 294,
            "tags": [
                "steve-jobs"
            ],
            "pk": 486224,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If today were the last of your life, would you do what you were going to do today?",
            "author": "",
            "likes": 766,
            "tags": [
                "steve-jobs"
            ],
            "pk": 486200,
            "image": null,
            "language": "en"
        },
        {
            "quote": "What if I asked 100+ brilliant people the very questions I want to answer for myself? Or somehow got them to guide me in the right direction?",
            "author": "",
            "likes": 630,
            "tags": [
                "tim-ferriss"
            ],
            "pk": 486122,
            "image": null,
            "language": "en"
        }
    ]
}