List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4115
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=4120",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4110",
    "results": [
        {
            "quote": "One who has unreliable friends soon comes to ruin, but there is a friend who sticks closer than a brother. Proverbs 18:24",
            "author": "Proverbs 18:24",
            "likes": 349,
            "tags": [
                "friendship"
            ],
            "pk": 469731,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The soul of Jonathan was knit to the soul of David, and Jonathan loved him as his own soul. Samuel 18:1",
            "author": "Samuel 18:1",
            "likes": 778,
            "tags": [
                "friendship"
            ],
            "pk": 469732,
            "image": null,
            "language": "en"
        },
        {
            "quote": "We can live without religion and meditation, but we cannot survive without human affection. Dalai Lama (Tenzin Gyatso)",
            "author": "Dalai Lama (Tenzin Gyatso)",
            "likes": 747,
            "tags": [
                "friendship"
            ],
            "pk": 469733,
            "image": null,
            "language": "en"
        },
        {
            "quote": "In the spiritual life nowhere do our ideals meet the actual more truly than in how we relate to each other, in how we make, sustain and are friends. James Ishmael Ford",
            "author": "James Ishmael Ford",
            "likes": 342,
            "tags": [
                "friendship"
            ],
            "pk": 469734,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Let us be concerned for one another, to help one another to show love and to do good. Hebrews 10:24",
            "author": "Hebrews 10:24",
            "likes": 237,
            "tags": [
                "friendship"
            ],
            "pk": 469735,
            "image": null,
            "language": "en"
        }
    ]
}