List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4200
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=4205",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4195",
    "results": [
        {
            "quote": "Family is the most important thing in the world. Princess Diana",
            "author": "Princess Diana",
            "likes": 538,
            "tags": [
                "family"
            ],
            "pk": 469820,
            "image": null,
            "language": "en"
        },
        {
            "quote": "A man should never neglect his family for business. Walt Disney",
            "author": "Walt Disney",
            "likes": 251,
            "tags": [
                "family"
            ],
            "pk": 469821,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The most important thing in the world is family and love. John Wooden",
            "author": "John Wooden",
            "likes": 776,
            "tags": [
                "family"
            ],
            "pk": 469822,
            "image": null,
            "language": "en"
        },
        {
            "quote": "As a child, the family that I had and the love I had from my two parents allowed me to go ahead and be more aggressive, to search and to take risks knowing that, if I failed, I could always come home to a family of love and support. Tiger Woods",
            "author": "Tiger Woods",
            "likes": 359,
            "tags": [
                "family"
            ],
            "pk": 469823,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I have a dream that my four little children will one day live in a nation where they will not be judged by the color of their skin, but by the content of their character. Martin Luther King Jr",
            "author": "Martin Luther King Jr",
            "likes": 124,
            "tags": [
                "family"
            ],
            "pk": 469824,
            "image": null,
            "language": "en"
        }
    ]
}