List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=4850
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=4855",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=4845",
    "results": [
        {
            "quote": "Education begins the gentleman, but reading, good company and reflection must finish him. John Locke",
            "author": "John Locke",
            "likes": 386,
            "tags": [
                "deep"
            ],
            "pk": 470498,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Reading furnishes the mind only with materials of knowledge; it is thinking that makes what we read ours. John Locke",
            "author": "John Locke",
            "likes": 746,
            "tags": [
                "deep"
            ],
            "pk": 470499,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The only reason we get lost in thought, is because it is unfamiliar territory. Ashton Leinen",
            "author": "Ashton Leinen",
            "likes": 721,
            "tags": [
                "deep"
            ],
            "pk": 470500,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Everyone sees the unseen in proportion to the clarity of his heart. Rumi",
            "author": "Rumi",
            "likes": 95,
            "tags": [
                "deep"
            ],
            "pk": 470501,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Sometimes a man wants to be stupid if it lets him do a thing his cleverness forbids. John Steinbeck",
            "author": "John Steinbeck",
            "likes": 524,
            "tags": [
                "deep"
            ],
            "pk": 470502,
            "image": null,
            "language": "en"
        }
    ]
}