List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=420
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=425",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=415",
    "results": [
        {
            "quote": "In our lives, change is unavoidable, loss is unavoidable. In the adaptability and ease with which we experience change, lies our happiness and freedom. Buddha",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 465973,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Thousands of candles can be lit from a single candle, and the life of the candle will not be shortened. Happiness never decreases by being shared.",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 465974,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The biggest adventure you can take is to live the life of your dreams. Oprah Winfrey",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 465975,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Happiness in intelligent people is the rarest thing I know. Ernest Hemingway",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 465976,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The most important thing is to enjoy your life – to be happy – it’s all that matters. Audrey Hepburn",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 465977,
            "image": null,
            "language": "en"
        }
    ]
}