List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=4865
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=4870",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=4860",
    "results": [
        {
            "quote": "When one is in love, a cliff becomes a meadow. Ethiopian proverb",
            "author": "Ethiopian proverb",
            "likes": 566,
            "tags": [
                "deep"
            ],
            "pk": 470513,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If love is a sickness, patience is the remedy. Cameroon proverb",
            "author": "Cameroon proverb",
            "likes": 610,
            "tags": [
                "deep"
            ],
            "pk": 470514,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Let your love be like the misty rain, coming softly but flooding the river. Liberian proverb",
            "author": "Liberian proverb",
            "likes": 284,
            "tags": [
                "deep"
            ],
            "pk": 470515,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Where there is love, there is no darkness. Burundi proverb",
            "author": "Burundi proverb",
            "likes": 129,
            "tags": [
                "deep"
            ],
            "pk": 470517,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If you marry a monkey for its wealth, the money goes and the monkey remains. Egyptian proverb",
            "author": "Egyptian proverb",
            "likes": 272,
            "tags": [
                "deep"
            ],
            "pk": 470518,
            "image": null,
            "language": "en"
        }
    ]
}