List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4260
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=4265",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4255",
    "results": [
        {
            "quote": "The family is the nucleus of civilization. Will Durant",
            "author": "Will Durant",
            "likes": 573,
            "tags": [
                "family"
            ],
            "pk": 469880,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Where the roots are deep, there is no reason to fear the wind. Unknown",
            "author": "",
            "likes": 431,
            "tags": [
                "family"
            ],
            "pk": 469881,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Having somewhere to go is home. Having someone to love is family. Having both is a blessing. Donna Hedges",
            "author": "Donna Hedges",
            "likes": 457,
            "tags": [
                "family"
            ],
            "pk": 469882,
            "image": null,
            "language": "en"
        },
        {
            "quote": "He that raises a large family does, indeed, while he lives to observe them, stand a broader mark for sorrow; but then he stands a broader mark for pleasure too. Benjamin Franklin",
            "author": "Benjamin Franklin",
            "likes": 153,
            "tags": [
                "family"
            ],
            "pk": 469883,
            "image": null,
            "language": "en"
        },
        {
            "quote": "It is easier to build strong children than to repair broken men. Frederick Douglass",
            "author": "Frederick Douglass",
            "likes": 432,
            "tags": [
                "family"
            ],
            "pk": 469884,
            "image": null,
            "language": "en"
        }
    ]
}