List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5345
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=5350",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5340",
    "results": [
        {
            "quote": "Being entirely honest with oneself is a good exercise. Sigmund Freud",
            "author": "Sigmund Freud",
            "likes": 622,
            "tags": [
                "short"
            ],
            "pk": 471033,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Self-esteem is the reputation we acquire with ourselves. Nathaniel Branden",
            "author": "Nathaniel Branden",
            "likes": 520,
            "tags": [
                "short"
            ],
            "pk": 471034,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Knowing others is wisdom, knowing yourself is enlightenment. Lao Tzu",
            "author": "Lao Tzu",
            "likes": 228,
            "tags": [
                "short"
            ],
            "pk": 471035,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The only tyrant I accept in this world is the still voice within. Mohandas Gandhi",
            "author": "Mohandas Gandhi",
            "likes": 356,
            "tags": [
                "short"
            ],
            "pk": 471036,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Getting in touch with your true self must be your first priority. Tom Hopkins",
            "author": "Tom Hopkins",
            "likes": 112,
            "tags": [
                "short"
            ],
            "pk": 471037,
            "image": null,
            "language": "en"
        }
    ]
}