List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=81735
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=81740",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81730",
    "results": [
        {
            "quote": "If winter comes, can spring be far behind? Percy Bysshe Shelley",
            "author": "",
            "likes": 404,
            "tags": [
                "hope"
            ],
            "pk": 481878,
            "image": null,
            "language": "en"
        },
        {
            "quote": "A sobering thought: what if, at this very moment, I am living up to my full potential? Jane Wagner",
            "author": "",
            "likes": 136,
            "tags": [
                "hope"
            ],
            "pk": 481860,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I accept the universe! Margaret Fuller",
            "author": "",
            "likes": 407,
            "tags": [
                "hope"
            ],
            "pk": 481855,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Yes we can! Barack Obama",
            "author": "",
            "likes": 83,
            "tags": [
                "hope"
            ],
            "pk": 481842,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The question is, are we happy to suppose that our grandchildren may never be able to see an elephant except in a picture book? David Attenborough",
            "author": "",
            "likes": 788,
            "tags": [
                "nature"
            ],
            "pk": 481534,
            "image": null,
            "language": "en"
        }
    ]
}