List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=81740
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=81745",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81735",
    "results": [
        {
            "quote": "Will you love me in December as you do in May? Jack Kerouac",
            "author": "",
            "likes": 323,
            "tags": [
                "nature"
            ],
            "pk": 481457,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If winter comes, can spring be far behind? Percy Bysshe Shelley",
            "author": "",
            "likes": 394,
            "tags": [
                "nature"
            ],
            "pk": 481456,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Why is summer mist romantic and autumn mist just sad? Dodie Smith",
            "author": "",
            "likes": 393,
            "tags": [
                "nature"
            ],
            "pk": 481448,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Shall I not have intelligence with the earth? Am I not partly leaves and vegetable mold myself? Henry David Thoreau",
            "author": "",
            "likes": 54,
            "tags": [
                "nature"
            ],
            "pk": 481384,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The sunlight claps the earth, and the moonbeams kiss the sea: what are all these kissings worth, if thou kiss not me? Percy Bysshe Shelley",
            "author": "",
            "likes": 510,
            "tags": [
                "nature"
            ],
            "pk": 481301,
            "image": null,
            "language": "en"
        }
    ]
}