List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5475
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=5480",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5470",
    "results": [
        {
            "quote": "Peace is the only battle worth waging. Albert Camus",
            "author": "Albert Camus",
            "likes": 93,
            "tags": [
                "short"
            ],
            "pk": 471165,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Freedom from desire leads to inner peace. Lao Tsu",
            "author": "Lao Tsu",
            "likes": 765,
            "tags": [
                "short"
            ],
            "pk": 471166,
            "image": null,
            "language": "en"
        },
        {
            "quote": "It is possible to choose peace over worry.",
            "author": "",
            "likes": 515,
            "tags": [
                "short"
            ],
            "pk": 471167,
            "image": null,
            "language": "en"
        },
        {
            "quote": "There is no way to peace, peace is the way. A.J. Muste",
            "author": "Muste",
            "likes": 312,
            "tags": [
                "short"
            ],
            "pk": 471168,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Peace is costly but it is worth the expense. African proverb",
            "author": "African proverb",
            "likes": 277,
            "tags": [
                "short"
            ],
            "pk": 471169,
            "image": null,
            "language": "en"
        }
    ]
}