List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4485
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4490",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4480",
    "results": [
        {
            "quote": "Things turn out best for the people who make the best of the way things turn out. John Wooden",
            "author": "John Wooden",
            "likes": 800,
            "tags": [
                "positive"
            ],
            "pk": 470116,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Your positivity can become a castle around you which will protect you from the arrow of negativity. Gurudev Shree Chitrabhanu",
            "author": "Gurudev Shree Chitrabhanu",
            "likes": 646,
            "tags": [
                "positive"
            ],
            "pk": 470117,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Your happiness can not be taken by the others if it is not given by the others. Osho",
            "author": "Osho",
            "likes": 730,
            "tags": [
                "positive"
            ],
            "pk": 470118,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Do not pray for an easy life, pray for the strength to endure a difficult one. Bruce Lee",
            "author": "Bruce Lee",
            "likes": 459,
            "tags": [
                "positive"
            ],
            "pk": 470119,
            "image": null,
            "language": "en"
        },
        {
            "quote": "It only ends once. Anything that happens before that is just progress. Jacob (Lost)",
            "author": "Jacob (Lost)",
            "likes": 783,
            "tags": [
                "positive"
            ],
            "pk": 470120,
            "image": null,
            "language": "en"
        }
    ]
}