List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4255
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=4260",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4250",
    "results": [
        {
            "quote": "Family is the one thing that is definitely not disposable. Jenny Eclair",
            "author": "Jenny Eclair",
            "likes": 366,
            "tags": [
                "family"
            ],
            "pk": 469875,
            "image": null,
            "language": "en"
        },
        {
            "quote": "There is no such thing as fun for the whole family. Jerry Seinfeld",
            "author": "Jerry Seinfeld",
            "likes": 371,
            "tags": [
                "family"
            ],
            "pk": 469876,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I looked up my family tree and found out I was the sap. Rodney Dangerfield",
            "author": "Rodney Dangerfield",
            "likes": 320,
            "tags": [
                "family"
            ],
            "pk": 469877,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I come from a family where gravy is considered a beverage. Erma Bombeck",
            "author": "Erma Bombeck",
            "likes": 79,
            "tags": [
                "family"
            ],
            "pk": 469878,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Never have more children than you have car windows. Erma Bombeck",
            "author": "Erma Bombeck",
            "likes": 777,
            "tags": [
                "family"
            ],
            "pk": 469879,
            "image": null,
            "language": "en"
        }
    ]
}