List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5480
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=5485",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5475",
    "results": [
        {
            "quote": "Forgive, son; men are men; they needs must err. Euripides",
            "author": "Euripides",
            "likes": 200,
            "tags": [
                "short"
            ],
            "pk": 471170,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Peace comes from within. Do not seek it without. Buddha",
            "author": "Buddha",
            "likes": 298,
            "tags": [
                "short"
            ],
            "pk": 471171,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Let nothing and no one disturb your inner peace. Luminita Saviuc",
            "author": "Luminita Saviuc",
            "likes": 758,
            "tags": [
                "short"
            ],
            "pk": 471172,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Peace and justice are two sides of the same coin. Dwight D. Eisenhower",
            "author": "Eisenhower",
            "likes": 596,
            "tags": [
                "short"
            ],
            "pk": 471173,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Peace of mind comes from not wanting to change others. Gerald Jampolsky",
            "author": "Gerald Jampolsky",
            "likes": 454,
            "tags": [
                "short"
            ],
            "pk": 471174,
            "image": null,
            "language": "en"
        }
    ]
}