List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=81845
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=81850",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81840",
    "results": [
        {
            "quote": "Good morning, Vietnam! Good Morning, Vietnam",
            "author": "",
            "likes": 725,
            "tags": [
                "famous"
            ],
            "pk": 472235,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Show me the money! Jerry Maguire",
            "author": "",
            "likes": 209,
            "tags": [
                "famous"
            ],
            "pk": 472234,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Anyone know the number to 911? Ryan Reynolds",
            "author": "",
            "likes": 607,
            "tags": [
                "funny"
            ],
            "pk": 471934,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Why do they call it rush hour when nothing moves? Robin Williams",
            "author": "",
            "likes": 509,
            "tags": [
                "funny"
            ],
            "pk": 471927,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If America leads a blessed life, then why did God put all of our oil under people who hate us? Jon Stewart",
            "author": "",
            "likes": 352,
            "tags": [
                "funny"
            ],
            "pk": 471907,
            "image": null,
            "language": "en"
        }
    ]
}