List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4290
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=4295",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4285",
    "results": [
        {
            "quote": "I sustain myself with the love of family. Maya Angelou",
            "author": "Maya Angelou",
            "likes": 771,
            "tags": [
                "family"
            ],
            "pk": 469914,
            "image": null,
            "language": "en"
        },
        {
            "quote": "When you love what you have, you have everything you need. Unknown",
            "author": "",
            "likes": 223,
            "tags": [
                "family"
            ],
            "pk": 469915,
            "image": null,
            "language": "en"
        },
        {
            "quote": "In family life, love is the oil that eases friction, the cement that binds closer together, and the music that brings harmony. Friedrich Nietzsche",
            "author": "Friedrich Nietzsche",
            "likes": 460,
            "tags": [
                "family"
            ],
            "pk": 469916,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Parents were the only ones obligated to love you; from the rest of the world you had to earn it. Ann Brashares",
            "author": "Ann Brashares",
            "likes": 135,
            "tags": [
                "family"
            ],
            "pk": 469917,
            "image": null,
            "language": "en"
        },
        {
            "quote": "True love never dies, it only gets stronger with time. Manny Pacquiao",
            "author": "Manny Pacquiao",
            "likes": 152,
            "tags": [
                "family"
            ],
            "pk": 469918,
            "image": null,
            "language": "en"
        }
    ]
}