List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5260
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=5265",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5255",
    "results": [
        {
            "quote": "The best way to pay for a lovely moment is to enjoy it. Richard Bach",
            "author": "Richard Bach",
            "likes": 422,
            "tags": [
                "short"
            ],
            "pk": 470941,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If you carry joy in your heart, you can heal any moment. Carlos Santana",
            "author": "Carlos Santana",
            "likes": 690,
            "tags": [
                "short"
            ],
            "pk": 470942,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Be happy with what you have. Be excited about what you want. Alan Cohen",
            "author": "Alan Cohen",
            "likes": 260,
            "tags": [
                "short"
            ],
            "pk": 470943,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Find ecstasy in life; the mere sense of living is joy enough. Emily Dickinson",
            "author": "Emily Dickinson",
            "likes": 322,
            "tags": [
                "short"
            ],
            "pk": 470944,
            "image": null,
            "language": "en"
        },
        {
            "quote": "To be content means that you realize you contain what you seek. Alan Cohen",
            "author": "Alan Cohen",
            "likes": 204,
            "tags": [
                "short"
            ],
            "pk": 470945,
            "image": null,
            "language": "en"
        }
    ]
}