List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=81670
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=81675",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81665",
    "results": [
        {
            "quote": "What if I assembled a tribe of mentors to help me?",
            "author": "",
            "likes": 109,
            "tags": [
                "tim-ferriss"
            ],
            "pk": 486121,
            "image": null,
            "language": "en"
        },
        {
            "quote": "What are you putting off out of fear?",
            "author": "",
            "likes": 621,
            "tags": [
                "tim-ferriss"
            ],
            "pk": 486073,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Could it be that everything is fine and complete as is?",
            "author": "",
            "likes": 392,
            "tags": [
                "tim-ferriss"
            ],
            "pk": 486012,
            "image": null,
            "language": "en"
        },
        {
            "quote": "What might I put in place to allow me to go off the grid for 4 to 8 weeks, with no phone or email?",
            "author": "",
            "likes": 784,
            "tags": [
                "tim-ferriss"
            ],
            "pk": 486009,
            "image": null,
            "language": "en"
        },
        {
            "quote": "What bullshit excuses do you have for not going after whatever it is that you want? (Conversation with BJ Miller)",
            "author": "",
            "likes": 115,
            "tags": [
                "tim-ferriss"
            ],
            "pk": 486008,
            "image": null,
            "language": "en"
        }
    ]
}