List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=4845
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=4850",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=4840",
    "results": [
        {
            "quote": "There are no weeds, and no worthless men. There are only bad farmers. Victor Hugo",
            "author": "Victor Hugo",
            "likes": 50,
            "tags": [
                "deep"
            ],
            "pk": 470493,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Do not grow to fond of your ideas or too certain of their truth. Robert Greene",
            "author": "Robert Greene",
            "likes": 401,
            "tags": [
                "deep"
            ],
            "pk": 470494,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Being good is easy, what is difficult is being just. Victor Hugo",
            "author": "Victor Hugo",
            "likes": 127,
            "tags": [
                "deep"
            ],
            "pk": 470495,
            "image": null,
            "language": "en"
        },
        {
            "quote": "To put everything in balance is good, to put everything in harmony is better. Victor Hugo",
            "author": "Victor Hugo",
            "likes": 660,
            "tags": [
                "deep"
            ],
            "pk": 470496,
            "image": null,
            "language": "en"
        },
        {
            "quote": "We must be free not because we claim freedom, but because we practice it. William Faulkner",
            "author": "William Faulkner",
            "likes": 711,
            "tags": [
                "deep"
            ],
            "pk": 470497,
            "image": null,
            "language": "en"
        }
    ]
}