List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=125
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=130",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=120",
    "results": [
        {
            "quote": "Success is not greedy, as people think, but insignificant. That is why it satisfies nobody. Lucius Annaeus Seneca",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465673,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The great person is one who in the midst of the crowd keeps with perfect sweetness the independence of solitude.",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465674,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Success is like reaching an important birthday and finding you’re exactly the same. Audrey Hepburn",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465675,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The only question to ask yourself is, how much are you willing to sacrifice to achieve this success? Larry Flynt",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465676,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Success is counted sweetest by those who never succeed. To comprehend a nectar – requires sorest need. Emily Dickinson",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465677,
            "image": null,
            "language": "en"
        }
    ]
}