List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4005
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=4010",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4000",
    "results": [
        {
            "quote": "Laughter is not at all a bad beginning for a friendship, and it is far the best ending for one. Oscar Wilde",
            "author": "Oscar Wilde",
            "likes": 494,
            "tags": [
                "friendship"
            ],
            "pk": 469614,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Friendship is held to be the severest test of character. Charles Eastman",
            "author": "Charles Eastman",
            "likes": 752,
            "tags": [
                "friendship"
            ],
            "pk": 469615,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The best friend is the man who in wishing me well wishes it for my sake. Aristotle",
            "author": "Aristotle",
            "likes": 387,
            "tags": [
                "friendship"
            ],
            "pk": 469616,
            "image": null,
            "language": "en"
        },
        {
            "quote": "A quarrel between friends, when made up, adds a new tie to friendship. Saint Francis de Sales",
            "author": "Saint Francis de Sales",
            "likes": 658,
            "tags": [
                "friendship"
            ],
            "pk": 469617,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Your friend is your needs answered. Kahlil Gibran",
            "author": "Kahlil Gibran",
            "likes": 181,
            "tags": [
                "friendship"
            ],
            "pk": 469618,
            "image": null,
            "language": "en"
        }
    ]
}