List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=81700
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=81705",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81695",
    "results": [
        {
            "quote": "If today were the last of your life, would you do what you were going to do today? Steve Jobs",
            "author": "",
            "likes": 228,
            "tags": [
                "how-to-learn"
            ],
            "pk": 485827,
            "image": null,
            "language": "en"
        },
        {
            "quote": "What can I learn from this? Carol Dweck",
            "author": "",
            "likes": 363,
            "tags": [
                "how-to-learn"
            ],
            "pk": 485788,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Are you focused enough on the same thing to build cumulative knowledge or are you too spread out? Shane Parrish",
            "author": "",
            "likes": 623,
            "tags": [
                "knowledge"
            ],
            "pk": 485626,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Do you train for passing tests or do you train for creative inquiry? Noam Chomsky",
            "author": "",
            "likes": 257,
            "tags": [
                "learning"
            ],
            "pk": 485437,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If we learn from our mistakes, why are we always so afraid to make a mistake? Lewis Howes",
            "author": "",
            "likes": 456,
            "tags": [
                "learning"
            ],
            "pk": 485424,
            "image": null,
            "language": "en"
        }
    ]
}