List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=81530
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81535",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81525",
    "results": [
        {
            "quote": "The best sibling you can have is a brother or sister who pushes you to 10X levels of success! Grant Cardone",
            "author": "",
            "likes": 640,
            "tags": [
                "sister"
            ],
            "pk": 497994,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Is solace anywhere more comforting than that in the arms of a sister? Alice Walker",
            "author": "",
            "likes": 77,
            "tags": [
                "sister"
            ],
            "pk": 497963,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I continue to believe that if children are given the necessary tools to succeed, they will succeed beyond their wildest dreams! David Vitter",
            "author": "",
            "likes": 349,
            "tags": [
                "children"
            ],
            "pk": 497802,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Learn to laugh at yourselves as one must laugh! Friedrich Nietzsche",
            "author": "",
            "likes": 367,
            "tags": [
                "simplicity"
            ],
            "pk": 497688,
            "image": null,
            "language": "en"
        },
        {
            "quote": "What is the one thing I can do such that by doing it everything else will be easier or unnecessary? Gary Keller",
            "author": "",
            "likes": 187,
            "tags": [
                "simplicity"
            ],
            "pk": 497649,
            "image": null,
            "language": "en"
        }
    ]
}