List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4110
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=4115",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4105",
    "results": [
        {
            "quote": "There is nothing better than the encouragement of a good friend. Katharine Butler Hathaway",
            "author": "Katharine Butler Hathaway",
            "likes": 481,
            "tags": [
                "friendship"
            ],
            "pk": 469725,
            "image": null,
            "language": "en"
        },
        {
            "quote": "But friendship is precious, not only in the shade, but in the sunshine of life. Thomas Jefferson",
            "author": "Thomas Jefferson",
            "likes": 719,
            "tags": [
                "friendship"
            ],
            "pk": 469726,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The worst solitude is to have no real friendships. Francis Bacon",
            "author": "Francis Bacon",
            "likes": 787,
            "tags": [
                "friendship"
            ],
            "pk": 469727,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Friendship has its illusions no less than love. Stendhal",
            "author": "Stendhal",
            "likes": 600,
            "tags": [
                "friendship"
            ],
            "pk": 469728,
            "image": null,
            "language": "en"
        },
        {
            "quote": "For prayer is nothing else than being on terms of friendship with God. Saint Teresa of Avila",
            "author": "Saint Teresa of Avila",
            "likes": 229,
            "tags": [
                "friendship"
            ],
            "pk": 469729,
            "image": null,
            "language": "en"
        }
    ]
}