List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=4960
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=4965",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=4955",
    "results": [
        {
            "quote": "Believe nothing you hear, and only one half that you see. Edgar Allan Poe",
            "author": "Edgar Allan Poe",
            "likes": 658,
            "tags": [
                "deep"
            ],
            "pk": 470623,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Trust yourself more and others less. Robert Greene",
            "author": "Robert Greene",
            "likes": 74,
            "tags": [
                "deep"
            ],
            "pk": 470624,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The truth may be out there, but the lies are inside your head. Terry Pratchett",
            "author": "Terry Pratchett",
            "likes": 352,
            "tags": [
                "deep"
            ],
            "pk": 470625,
            "image": null,
            "language": "en"
        },
        {
            "quote": "You are awareness. You are mind. You are not from this world. I mean, think about it, could you really be from here? Frederick Lenz",
            "author": "I mean, think about it, could you really be from here? Frederick Lenz",
            "likes": 746,
            "tags": [
                "deep"
            ],
            "pk": 470626,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Clouds come floating into my life, no longer to carry rain or usher storm, but to add color to my sunset sky. Rabindranath Tagore",
            "author": "Rabindranath Tagore",
            "likes": 511,
            "tags": [
                "deep"
            ],
            "pk": 470627,
            "image": null,
            "language": "en"
        }
    ]
}