List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4025
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=4030",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4020",
    "results": [
        {
            "quote": "Remember that the most valuable antiques are dear old friends. H. Jackson Brown Jr.",
            "author": "",
            "likes": 280,
            "tags": [
                "friendship"
            ],
            "pk": 469638,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If you live to be 100, I hope I live to be 100 minus 1 day, so I never have to live without you. Winnie The Pooh",
            "author": "Winnie The Pooh",
            "likes": 191,
            "tags": [
                "friendship"
            ],
            "pk": 469639,
            "image": null,
            "language": "en"
        },
        {
            "quote": "We are all travelers in the wilderness of this world, and the best we can find in our travels is an honest friend. Robert Louis Stevenson",
            "author": "Robert Louis Stevenson",
            "likes": 576,
            "tags": [
                "friendship"
            ],
            "pk": 469640,
            "image": null,
            "language": "en"
        },
        {
            "quote": "There is no friendship, no love, like that of the parent for the child. Henry Ward Beecher",
            "author": "Henry Ward Beecher",
            "likes": 652,
            "tags": [
                "friendship"
            ],
            "pk": 469641,
            "image": null,
            "language": "en"
        },
        {
            "quote": "We cannot tell the precise moment when friendship is formed. As in filling a vessel drop by drop, there is at last a drop which makes it run over; so in a series of kindnesses there is at last one which makes the heart run over. Ray Bradbury",
            "author": "Ray Bradbury",
            "likes": 83,
            "tags": [
                "friendship"
            ],
            "pk": 469642,
            "image": null,
            "language": "en"
        }
    ]
}