List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=4855
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=4860",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=4850",
    "results": [
        {
            "quote": "Not to be absolutely certain is, I think, one of the essential things in rationality. Bertrand Russell",
            "author": "Bertrand Russell",
            "likes": 761,
            "tags": [
                "deep"
            ],
            "pk": 470503,
            "image": null,
            "language": "en"
        },
        {
            "quote": "We can know only that we know nothing. And that is the highest degree of human wisdom. Leo Tolstoy",
            "author": "Leo Tolstoy",
            "likes": 333,
            "tags": [
                "deep"
            ],
            "pk": 470504,
            "image": null,
            "language": "en"
        },
        {
            "quote": "There is nothing noble in being superior to your fellow man; true nobility is being superior to your former self. Ernest Hemingway",
            "author": "Ernest Hemingway",
            "likes": 352,
            "tags": [
                "deep"
            ],
            "pk": 470505,
            "image": null,
            "language": "en"
        },
        {
            "quote": "To think is easy. To act is hard. But the hardest thing in the world is to act in accordance with your thinking. Johann Wolfgang von Goethe",
            "author": "Johann Wolfgang von Goethe",
            "likes": 721,
            "tags": [
                "deep"
            ],
            "pk": 470506,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Some rise by sin, and some by virtue fall. William Shakespeare",
            "author": "William Shakespeare",
            "likes": 289,
            "tags": [
                "deep"
            ],
            "pk": 470507,
            "image": null,
            "language": "en"
        }
    ]
}