List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=4930
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=4935",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=4925",
    "results": [
        {
            "quote": "Even the darkest night will end and the sun will rise. Victor Hugo",
            "author": "Victor Hugo",
            "likes": 740,
            "tags": [
                "deep"
            ],
            "pk": 470585,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Not being heard is no reason for silence. Victor Hugo",
            "author": "Victor Hugo",
            "likes": 696,
            "tags": [
                "deep"
            ],
            "pk": 470586,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Those who do not weep, do not see. Victor Hugo",
            "author": "Victor Hugo",
            "likes": 557,
            "tags": [
                "deep"
            ],
            "pk": 470587,
            "image": null,
            "language": "en"
        },
        {
            "quote": "A writer is a world trapped in a person. Victor Hugo",
            "author": "Victor Hugo",
            "likes": 475,
            "tags": [
                "deep"
            ],
            "pk": 470588,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Every blade has two edges; he who wounds with one wounds himself with the other. Victor Hugo",
            "author": "Victor Hugo",
            "likes": 515,
            "tags": [
                "deep"
            ],
            "pk": 470589,
            "image": null,
            "language": "en"
        }
    ]
}