List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=4880
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=4885",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=4875",
    "results": [
        {
            "quote": "Stay close to anything that makes you glad you are alive. Unknown",
            "author": "",
            "likes": 354,
            "tags": [
                "deep"
            ],
            "pk": 470531,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Life is the most difficult exam. Many people fail because they try to copy others. Not realizing that everyone has a different question paper. Unknown",
            "author": "",
            "likes": 355,
            "tags": [
                "deep"
            ],
            "pk": 470532,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The individual is ephemeral, races and nations come and pass away, but man remains. Nikola Tesla",
            "author": "Nikola Tesla",
            "likes": 273,
            "tags": [
                "deep"
            ],
            "pk": 470534,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Fashions have done more harm than revolutions. Victor Hugo",
            "author": "Victor Hugo",
            "likes": 138,
            "tags": [
                "deep"
            ],
            "pk": 470535,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I prefer liberty with danger than peace with slavery. Jean-Jacques Rousseau",
            "author": "Jean-Jacques Rousseau",
            "likes": 759,
            "tags": [
                "deep"
            ],
            "pk": 470537,
            "image": null,
            "language": "en"
        }
    ]
}