List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=81675
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=81680",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81670",
    "results": [
        {
            "quote": "When prioritizing his todo list: Which one of these, if done, would render all the rest either easier or completely irrelevant?",
            "author": "",
            "likes": 85,
            "tags": [
                "tim-ferriss"
            ],
            "pk": 485998,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If you had a gun to your head or contracted some horrible disease, and you had to limit work to 2 hours per week, what would you do to keep things afloat?",
            "author": "",
            "likes": 326,
            "tags": [
                "tim-ferriss"
            ],
            "pk": 485997,
            "image": null,
            "language": "en"
        },
        {
            "quote": "What might you do to accomplish your 10-year goals in the next 6 months, if you had a gun against your head? (Inspired by Peter Thiel)",
            "author": "",
            "likes": 259,
            "tags": [
                "tim-ferriss"
            ],
            "pk": 485991,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If this were the only thing I accomplished today, would I be satisfied with my day?",
            "author": "",
            "likes": 87,
            "tags": [
                "tim-ferriss"
            ],
            "pk": 485986,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Does your life have a purpose? Are you contributing anything useful to this world, or just shuffling papers, banging on a keyboard, and coming home to a drunken existence on the weekends?",
            "author": "",
            "likes": 104,
            "tags": [
                "tim-ferriss"
            ],
            "pk": 485955,
            "image": null,
            "language": "en"
        }
    ]
}