List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=495
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=500",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=490",
    "results": [
        {
            "quote": "Life only comes around once, so do whatever makes you happy, and be with whoever makes you smile.",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 466049,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Someday you’ll look back and understand why it all happened the way it did.",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 466050,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Doing what you like is",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 466051,
            "image": null,
            "language": "en"
        },
        {
            "quote": "We can’t direct the wind, but we can adjust the sails.",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 466052,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Blessed are those who can give without remembering and take without forgetting. Bernard Meltzer",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 466053,
            "image": null,
            "language": "en"
        }
    ]
}