List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=3870
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=3875",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=3865",
    "results": [
        {
            "quote": "Of all virtues and dignities of the mind, goodness is the greatest. Francis Bacon",
            "author": "Francis Bacon",
            "likes": 158,
            "tags": [
                "kindness"
            ],
            "pk": 469449,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Never be so busy as not to think of others. Mother Teresa",
            "author": "Mother Teresa",
            "likes": 622,
            "tags": [
                "kindness"
            ],
            "pk": 469450,
            "image": null,
            "language": "en"
        },
        {
            "quote": "No one has yet realized the wealth of sympathy, the kindness and generosity hidden in the soul of a child. The effort of every true education should be to unlock that treasure. Emma Goldman",
            "author": "Emma Goldman",
            "likes": 723,
            "tags": [
                "kindness"
            ],
            "pk": 469451,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Keep me away from the wisdom which does not cry, the philosophy which does not laugh and the greatness which does not bow before children. Kahlil Gibran",
            "author": "Kahlil Gibran",
            "likes": 676,
            "tags": [
                "kindness"
            ],
            "pk": 469452,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The quality of strength lined with tenderness is an unbeatable combination, as are intelligence and necessity when unblunted by formal education. Maya Angelou",
            "author": "Maya Angelou",
            "likes": 106,
            "tags": [
                "kindness"
            ],
            "pk": 469453,
            "image": null,
            "language": "en"
        }
    ]
}