List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4120
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=4125",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4115",
    "results": [
        {
            "quote": "And as you wish that others would do to you, do so to them. Luke 6:31",
            "author": "Luke 6:31",
            "likes": 501,
            "tags": [
                "friendship"
            ],
            "pk": 469736,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Love one another with brotherly affection. Out do one another in showing honor. Romans 12:10",
            "author": "Romans 12:10",
            "likes": 179,
            "tags": [
                "friendship"
            ],
            "pk": 469737,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Listen to advice and accept instruction, that you may gain wisdom in the future. Proverbs 19:20",
            "author": "Proverbs 19:20",
            "likes": 282,
            "tags": [
                "friendship"
            ],
            "pk": 469738,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Whoever walks with the wise becomes wise, but the companion of fools will suffer harm. Proverbs 13:20",
            "author": "Proverbs 13:20",
            "likes": 592,
            "tags": [
                "friendship"
            ],
            "pk": 469739,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The righteous person is a guide to his friend, but the path of the wicked leads them astray. Proverbs 12:26",
            "author": "Proverbs 12:26",
            "likes": 594,
            "tags": [
                "friendship"
            ],
            "pk": 469741,
            "image": null,
            "language": "en"
        }
    ]
}