List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5580
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=5585",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5575",
    "results": [
        {
            "quote": "Courage is like a muscle; it is strengthened by use. Ruth Gordon",
            "author": "Ruth Gordon",
            "likes": 123,
            "tags": [
                "short"
            ],
            "pk": 471273,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Rock bottom became the solid foundation on which I rebuilt my life. J. K. Rowling",
            "author": "Rowling",
            "likes": 100,
            "tags": [
                "short"
            ],
            "pk": 471274,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The weak can never forgive. Forgiveness is the attribute of the strong. Mahatma Gandhi",
            "author": "Mahatma Gandhi",
            "likes": 264,
            "tags": [
                "short"
            ],
            "pk": 471275,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Be faithful in small things because it is in them that your strength lies. Mother Teresa",
            "author": "Mother Teresa",
            "likes": 407,
            "tags": [
                "short"
            ],
            "pk": 471276,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The world breaks everyone, and afterwards many are strong at the broken places. Ernest Hemingway",
            "author": "Ernest Hemingway",
            "likes": 395,
            "tags": [
                "short"
            ],
            "pk": 471277,
            "image": null,
            "language": "en"
        }
    ]
}