List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=3950
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=3955",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=3945",
    "results": [
        {
            "quote": "Friendship is a plant of slow growth and must undergo and withstand the shocks of adversity before it is entitled to the appellation. George Washington",
            "author": "George Washington",
            "likes": 523,
            "tags": [
                "friendship"
            ],
            "pk": 469554,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Friendship is something that creates equality and mutuality, not a reward for finding equality or a way of intensifying existing mutuality. Rowan Williams",
            "author": "Rowan Williams",
            "likes": 470,
            "tags": [
                "friendship"
            ],
            "pk": 469555,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Friendship is the source of the greatest pleasures, and without friends even the most agreeable pursuits become tedious. Thomas Aquinas",
            "author": "Thomas Aquinas",
            "likes": 254,
            "tags": [
                "friendship"
            ],
            "pk": 469556,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Friendship is always a sweet responsibility, never an opportunity. Kahlil Gibran",
            "author": "Kahlil Gibran",
            "likes": 142,
            "tags": [
                "friendship"
            ],
            "pk": 469557,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The only way to have a friend is to be one. Ralph Waldo Emerson",
            "author": "Ralph Waldo Emerson",
            "likes": 128,
            "tags": [
                "friendship"
            ],
            "pk": 469558,
            "image": null,
            "language": "en"
        }
    ]
}