List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4425
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=4430",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4420",
    "results": [
        {
            "quote": "Choose to be optimistic, it feels better. Dalai Lama",
            "author": "Dalai Lama",
            "likes": 468,
            "tags": [
                "positive"
            ],
            "pk": 470055,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Write it on your heart that every day is the best day in the year. Ralph Waldo Emerson",
            "author": "Ralph Waldo Emerson",
            "likes": 454,
            "tags": [
                "positive"
            ],
            "pk": 470056,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Always bear in mind that your own resolution to succeed is more important than any other one thing. Abraham Lincoln",
            "author": "Abraham Lincoln",
            "likes": 376,
            "tags": [
                "positive"
            ],
            "pk": 470057,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Always turn a negative situation into a positive situation. Michael Jordan",
            "author": "Michael Jordan",
            "likes": 415,
            "tags": [
                "positive"
            ],
            "pk": 470058,
            "image": null,
            "language": "en"
        },
        {
            "quote": "It makes a big difference in your life when you stay positive. Ellen DeGeneres",
            "author": "Ellen DeGeneres",
            "likes": 488,
            "tags": [
                "positive"
            ],
            "pk": 470059,
            "image": null,
            "language": "en"
        }
    ]
}