List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5020
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=5025",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5015",
    "results": [
        {
            "quote": "I would rather die on my feet than live on my knees. Euripides",
            "author": "Euripides",
            "likes": 143,
            "tags": [
                "short"
            ],
            "pk": 470683,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The true success is the person who invented himself. Al Goldstein",
            "author": "Al Goldstein",
            "likes": 176,
            "tags": [
                "short"
            ],
            "pk": 470684,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Let him that would move the world first move himself. Socrates",
            "author": "Socrates",
            "likes": 579,
            "tags": [
                "short"
            ],
            "pk": 470685,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Go forth on your path, as it exists only through your walking. Augustine of Hippo",
            "author": "Augustine of Hippo",
            "likes": 664,
            "tags": [
                "short"
            ],
            "pk": 470686,
            "image": null,
            "language": "en"
        },
        {
            "quote": "We can do anything we want to if we stick to it long enough. Helen Keller",
            "author": "Helen Keller",
            "likes": 254,
            "tags": [
                "short"
            ],
            "pk": 470687,
            "image": null,
            "language": "en"
        }
    ]
}