List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4270
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=4275",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4265",
    "results": [
        {
            "quote": "The informality of family life is a blessed condition that allows us all to become our best while looking our worst. Marge Kennedy",
            "author": "Marge Kennedy",
            "likes": 133,
            "tags": [
                "family"
            ],
            "pk": 469891,
            "image": null,
            "language": "en"
        },
        {
            "quote": "He that hath a wife and children hath given hostages to fortune. Francis Bacon (There are plenty of evidences that this is not true)",
            "author": "Francis Bacon (There are plenty of evidences that this is not true)",
            "likes": 798,
            "tags": [
                "family"
            ],
            "pk": 469892,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Education, like neurosis, begins at home. Milton Sapirstein",
            "author": "Milton Sapirstein",
            "likes": 144,
            "tags": [
                "family"
            ],
            "pk": 469893,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The kitchen is the heart of every home, for the most part. It evokes memories of your family history. Debi Mazar",
            "author": "Debi Mazar",
            "likes": 692,
            "tags": [
                "family"
            ],
            "pk": 469895,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Without a family, man, alone in the world, trembles with the cold. Andre Maurois",
            "author": "Andre Maurois",
            "likes": 290,
            "tags": [
                "family"
            ],
            "pk": 469896,
            "image": null,
            "language": "en"
        }
    ]
}