List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4000
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=4005",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=3995",
    "results": [
        {
            "quote": "Perhaps the most delightful friendships are those in which there is much agreement, much disputation, and yet more personal liking. George Eliot",
            "author": "George Eliot",
            "likes": 714,
            "tags": [
                "friendship"
            ],
            "pk": 469609,
            "image": null,
            "language": "en"
        },
        {
            "quote": "True friendship can afford true knowledge. It does not depend on darkness and ignorance. Henry David Thoreau",
            "author": "Henry David Thoreau",
            "likes": 223,
            "tags": [
                "friendship"
            ],
            "pk": 469610,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The most ordinary things could be made extraordinary, simply by doing them with the right people. Nicholas Sparks",
            "author": "Nicholas Sparks",
            "likes": 535,
            "tags": [
                "friendship"
            ],
            "pk": 469611,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Find a group of people who challenge and inspire you; spend a lot of time with them, and it will change your life. Amy Poehler",
            "author": "Amy Poehler",
            "likes": 212,
            "tags": [
                "friendship"
            ],
            "pk": 469612,
            "image": null,
            "language": "en"
        },
        {
            "quote": "When people are friends, they have no need of justice, but when they are just, they need friendship in addition. Aristotle",
            "author": "Aristotle",
            "likes": 105,
            "tags": [
                "friendship"
            ],
            "pk": 469613,
            "image": null,
            "language": "en"
        }
    ]
}