List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4375
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=4380",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4370",
    "results": [
        {
            "quote": "Sadly enough, the most painful goodbyes are the ones that are left unsaid and never explained. Jonathan Harnisch",
            "author": "Jonathan Harnisch",
            "likes": 747,
            "tags": [
                "family"
            ],
            "pk": 470003,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I love you every day. And now I will miss you every day. Mitch Albom",
            "author": "Mitch Albom",
            "likes": 424,
            "tags": [
                "family"
            ],
            "pk": 470004,
            "image": null,
            "language": "en"
        },
        {
            "quote": "It takes a minute to find a special person, an hour to appreciate them, and a day to love them, but it takes an entire lifetime to forget them. Unknown",
            "author": "",
            "likes": 305,
            "tags": [
                "family"
            ],
            "pk": 470005,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Sometimes, when one person is absent, the whole world seems depopulated. Allphonse de Lamartine",
            "author": "Allphonse de Lamartine",
            "likes": 374,
            "tags": [
                "family"
            ],
            "pk": 470007,
            "image": null,
            "language": "en"
        },
        {
            "quote": "She gets up while it is still dark; she provides food for her family and portions for her servant girls. Proverbs 31:15",
            "author": "Proverbs 31:15",
            "likes": 385,
            "tags": [
                "family"
            ],
            "pk": 470009,
            "image": null,
            "language": "en"
        }
    ]
}