List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=3975
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=3980",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=3970",
    "results": [
        {
            "quote": "There cannot be friendship without equality. Swami Sivananda",
            "author": "Swami Sivananda",
            "likes": 789,
            "tags": [
                "friendship"
            ],
            "pk": 469583,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The ideal friendship is to feel as one while remaining two. Sophie Swetchine",
            "author": "Sophie Swetchine",
            "likes": 574,
            "tags": [
                "friendship"
            ],
            "pk": 469584,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The best mirror is an old friend. George Herbert",
            "author": "George Herbert",
            "likes": 229,
            "tags": [
                "friendship"
            ],
            "pk": 469585,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Friendship is essentially a partnership. Aristotle",
            "author": "Aristotle",
            "likes": 285,
            "tags": [
                "friendship"
            ],
            "pk": 469586,
            "image": null,
            "language": "en"
        },
        {
            "quote": "There are no rules for friendship. It must be left to itself. William Hazlitt",
            "author": "William Hazlitt",
            "likes": 568,
            "tags": [
                "friendship"
            ],
            "pk": 469587,
            "image": null,
            "language": "en"
        }
    ]
}