List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5285
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=5290",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5280",
    "results": [
        {
            "quote": "Wherever we are, it is our friends that make our world. Henry Drummond",
            "author": "Henry Drummond",
            "likes": 260,
            "tags": [
                "short"
            ],
            "pk": 470968,
            "image": null,
            "language": "en"
        },
        {
            "quote": "My best friend is the one who brings out the best in me. Henry Ford",
            "author": "Henry Ford",
            "likes": 612,
            "tags": [
                "short"
            ],
            "pk": 470969,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If you have one true friend you have more than your share. Thomas Fuller",
            "author": "Thomas Fuller",
            "likes": 184,
            "tags": [
                "short"
            ],
            "pk": 470970,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The real business of life is trying to understand each other. Gilbert Parker",
            "author": "Gilbert Parker",
            "likes": 777,
            "tags": [
                "short"
            ],
            "pk": 470971,
            "image": null,
            "language": "en"
        },
        {
            "quote": "People are lonely because they build walls instead of bridges. Joseph F. Newton",
            "author": "Newton",
            "likes": 648,
            "tags": [
                "short"
            ],
            "pk": 470972,
            "image": null,
            "language": "en"
        }
    ]
}