List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=4925
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=4930",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=4920",
    "results": [
        {
            "quote": "There is prodigious strength in sorrow and despair. Charles Dickens",
            "author": "Charles Dickens",
            "likes": 459,
            "tags": [
                "deep"
            ],
            "pk": 470580,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Deep into that darkness peering, long I stood there, wondering, fearing, doubting, dreaming dreams no mortal ever dared to dream before. Edgar Allan Poe",
            "author": "Edgar Allan Poe",
            "likes": 522,
            "tags": [
                "deep"
            ],
            "pk": 470581,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I remained too much inside my head and ended up losing my mind. Edgar Allan Poe",
            "author": "Edgar Allan Poe",
            "likes": 766,
            "tags": [
                "deep"
            ],
            "pk": 470582,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Mostly it is loss which teaches us about the worth of things. Arthur Schopenhauer",
            "author": "Arthur Schopenhauer",
            "likes": 608,
            "tags": [
                "deep"
            ],
            "pk": 470583,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Anger clouds the mind. Turned inward, it is an unconquerable enemy. Splinter, Teenage Mutant Ninja Turtles",
            "author": "Splinter, Teenage Mutant Ninja Turtles",
            "likes": 142,
            "tags": [
                "deep"
            ],
            "pk": 470584,
            "image": null,
            "language": "en"
        }
    ]
}