List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4280
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=4285",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4275",
    "results": [
        {
            "quote": "While we try to teach our children all about life, our children teach us what life is all about. Angela Schwindt",
            "author": "Angela Schwindt",
            "likes": 233,
            "tags": [
                "family"
            ],
            "pk": 469902,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Remember that children, marriages, and flower gardens reflect the kind of care they get. H. Jackson Brown Jr",
            "author": "Jackson Brown Jr",
            "likes": 318,
            "tags": [
                "family"
            ],
            "pk": 469903,
            "image": null,
            "language": "en"
        },
        {
            "quote": "We never know the love of a parent till we become parents ourselves. Henry Ward Beecher",
            "author": "Henry Ward Beecher",
            "likes": 87,
            "tags": [
                "family"
            ],
            "pk": 469904,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I have found the best way to give advice to your children is to find out what they want and then advise them to do it. Harry S. Truman",
            "author": "Truman",
            "likes": 446,
            "tags": [
                "family"
            ],
            "pk": 469905,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Let the wife make the husband glad to come home, and let him make her sorry to see him leave. Martin Luther",
            "author": "Martin Luther",
            "likes": 595,
            "tags": [
                "family"
            ],
            "pk": 469906,
            "image": null,
            "language": "en"
        }
    ]
}