List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5185
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=5190",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5180",
    "results": [
        {
            "quote": "Nowadays people know the price of everything and the value of nothing. Oscar Wilde",
            "author": "Oscar Wilde",
            "likes": 359,
            "tags": [
                "short"
            ],
            "pk": 470859,
            "image": null,
            "language": "en"
        },
        {
            "quote": "To live is the rarest thing in the world. Most people exist, that is all. Oscar Wilde",
            "author": "Oscar Wilde",
            "likes": 669,
            "tags": [
                "short"
            ],
            "pk": 470860,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Life is like riding a bicycle. To keep your balance, you must keep moving. Albert Einstein",
            "author": "Albert Einstein",
            "likes": 449,
            "tags": [
                "short"
            ],
            "pk": 470861,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Life really does begin at forty. Up until then, you are just doing research. Carl Gustav Jung",
            "author": "Carl Gustav Jung",
            "likes": 463,
            "tags": [
                "short"
            ],
            "pk": 470862,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The meaning of life is to find your gift. The purpose of life is to give it away. William Skakespeare",
            "author": "William Skakespeare",
            "likes": 684,
            "tags": [
                "short"
            ],
            "pk": 470863,
            "image": null,
            "language": "en"
        }
    ]
}