List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4055
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=4060",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4050",
    "results": [
        {
            "quote": "Love is the only force capable of transforming an enemy into friend. Martin Luther King Jr",
            "author": "Martin Luther King Jr",
            "likes": 264,
            "tags": [
                "friendship"
            ],
            "pk": 469669,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Marriage is the highest state of friendship. If happy, it lessens our cares by dividing them, at the same time that it doubles our pleasures by mutual participation. Samuel Richardson",
            "author": "Samuel Richardson",
            "likes": 700,
            "tags": [
                "friendship"
            ],
            "pk": 469670,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Friendship is a disinterested commerce between equals; love, an abject intercourse between tyrants and slaves. Oliver Goldsmith",
            "author": "Oliver Goldsmith",
            "likes": 277,
            "tags": [
                "friendship"
            ],
            "pk": 469671,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Friendship may, and often does, grow into love, but love never subsides into friendship. Lord Byron",
            "author": "Lord Byron",
            "likes": 589,
            "tags": [
                "friendship"
            ],
            "pk": 469672,
            "image": null,
            "language": "en"
        },
        {
            "quote": "However rare true love may be, it is less so than true friendship. Francois de La Rochefoucauld",
            "author": "Francois de La Rochefoucauld",
            "likes": 266,
            "tags": [
                "friendship"
            ],
            "pk": 469673,
            "image": null,
            "language": "en"
        }
    ]
}