List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4140
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=4145",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4135",
    "results": [
        {
            "quote": "Friendship should be surrounded with ceremonies and respects, and not crushed into corners. Friendship requires more time than poor busy men can usually command. Ralph Waldo Emerson",
            "author": "Ralph Waldo Emerson",
            "likes": 549,
            "tags": [
                "friendship"
            ],
            "pk": 469758,
            "image": null,
            "language": "en"
        },
        {
            "quote": "It takes a long time to grow an old friend. John Leonard",
            "author": "John Leonard",
            "likes": 511,
            "tags": [
                "friendship"
            ],
            "pk": 469759,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Jealousy is the fear of comparison. Max Frisch",
            "author": "Max Frisch",
            "likes": 778,
            "tags": [
                "friendship"
            ],
            "pk": 469760,
            "image": null,
            "language": "en"
        },
        {
            "quote": "You can be the moon and still be jealous of the stars. Gary Allan",
            "author": "Gary Allan",
            "likes": 255,
            "tags": [
                "friendship"
            ],
            "pk": 469761,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The jealous are possessed by a mad devil and a dull spirit at the same time. Johann Kaspar Lavater",
            "author": "Johann Kaspar Lavater",
            "likes": 323,
            "tags": [
                "friendship"
            ],
            "pk": 469762,
            "image": null,
            "language": "en"
        }
    ]
}