List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5110
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=5115",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5105",
    "results": [
        {
            "quote": "We were born to be real, not to be perfect.",
            "author": "",
            "likes": 471,
            "tags": [
                "short"
            ],
            "pk": 470782,
            "image": null,
            "language": "en"
        },
        {
            "quote": "When I count my blessings, I count you twice.",
            "author": "",
            "likes": 160,
            "tags": [
                "short"
            ],
            "pk": 470783,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If you are not too long, I will wait here for you all my life. Oscar Wilde",
            "author": "Oscar Wilde",
            "likes": 325,
            "tags": [
                "short"
            ],
            "pk": 470784,
            "image": null,
            "language": "en"
        },
        {
            "quote": "To the world you may be one person, but to one person you are the world. Bill Wilson",
            "author": "Bill Wilson",
            "likes": 354,
            "tags": [
                "short"
            ],
            "pk": 470785,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I love you not only for what you are, but for what I am when I am with you. Ray Croft",
            "author": "Ray Croft",
            "likes": 226,
            "tags": [
                "short"
            ],
            "pk": 470786,
            "image": null,
            "language": "en"
        }
    ]
}