List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5210
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=5215",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5205",
    "results": [
        {
            "quote": "To love is to receive a glimpse of heaven. Karen Sunde",
            "author": "Karen Sunde",
            "likes": 233,
            "tags": [
                "short"
            ],
            "pk": 470885,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If love appears, boundaries will disappear. Osho",
            "author": "Osho",
            "likes": 620,
            "tags": [
                "short"
            ],
            "pk": 470886,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Intense love does not measure, it just gives. Mother Teresa",
            "author": "Mother Teresa",
            "likes": 234,
            "tags": [
                "short"
            ],
            "pk": 470887,
            "image": null,
            "language": "en"
        },
        {
            "quote": "They do not love that do not show their love. William Shakespeare",
            "author": "William Shakespeare",
            "likes": 336,
            "tags": [
                "short"
            ],
            "pk": 470888,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The more you love, the more you become lovable. Osho",
            "author": "Osho",
            "likes": 359,
            "tags": [
                "short"
            ],
            "pk": 470890,
            "image": null,
            "language": "en"
        }
    ]
}