List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5280
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=5285",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5275",
    "results": [
        {
            "quote": "Rare as is true love, true friendship is rarer. Jean de La Fontaine",
            "author": "Jean de La Fontaine",
            "likes": 335,
            "tags": [
                "short"
            ],
            "pk": 470963,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The good man is the friend of all living things. Mahatma Gandhi",
            "author": "Mahatma Gandhi",
            "likes": 60,
            "tags": [
                "short"
            ],
            "pk": 470964,
            "image": null,
            "language": "en"
        },
        {
            "quote": "One loyal friend is worth ten thousand relatives. Euripides",
            "author": "Euripides",
            "likes": 225,
            "tags": [
                "short"
            ],
            "pk": 470965,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Friendship always benefits; love sometimes injures. Seneca",
            "author": "Seneca",
            "likes": 250,
            "tags": [
                "short"
            ],
            "pk": 470966,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The language of friendship is not words but meanings. Henry David Thoreau",
            "author": "Henry David Thoreau",
            "likes": 270,
            "tags": [
                "short"
            ],
            "pk": 470967,
            "image": null,
            "language": "en"
        }
    ]
}