List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=375
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=380",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=370",
    "results": [
        {
            "quote": "Failure is the key to success; each mistake teaches us something. Morihei Ueshiba",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465928,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Four things for success: work and pray, think and believe. Norman Vincent Peale",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465929,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Integrity is the essence of everything successful. R. Buckminster Fuller",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465930,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Success has a simple formula: do your best, and people may like it. Sam Ewing",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465931,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Success in any endeavor depends on the degree to which it is an expression of your true self. Ralph Marston",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465932,
            "image": null,
            "language": "en"
        }
    ]
}