List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5375
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=5380",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5370",
    "results": [
        {
            "quote": "The human soul needs actual beauty more than bread. D. H. Lawrence",
            "author": "Lawrence",
            "likes": 763,
            "tags": [
                "short"
            ],
            "pk": 471064,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Beauty begins the moment you decide to be yourself. Coco Chanel",
            "author": "Coco Chanel",
            "likes": 85,
            "tags": [
                "short"
            ],
            "pk": 471065,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If the path be beautiful, let us not ask where it leads. Anatole France",
            "author": "Anatole France",
            "likes": 699,
            "tags": [
                "short"
            ],
            "pk": 471066,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Beauty is not in the face; beauty is a light in the heart. Khalil Gibran",
            "author": "Khalil Gibran",
            "likes": 103,
            "tags": [
                "short"
            ],
            "pk": 471067,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Think of all the beauty still left around you and be happy. Anne Frank",
            "author": "Anne Frank",
            "likes": 132,
            "tags": [
                "short"
            ],
            "pk": 471068,
            "image": null,
            "language": "en"
        }
    ]
}