List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4780
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4785",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4775",
    "results": [
        {
            "quote": "If anyone on the verge of action should judge himself according to the outcome, he would never begin. Soren Kierkegaard",
            "author": "Soren Kierkegaard",
            "likes": 179,
            "tags": [
                "deep"
            ],
            "pk": 470422,
            "image": null,
            "language": "en"
        },
        {
            "quote": "He who despairs is wrong. Victor Hugo",
            "author": "Victor Hugo",
            "likes": 455,
            "tags": [
                "deep"
            ],
            "pk": 470423,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The best thing a human being can do is to help another human being know more. Charlie Munger",
            "author": "Charlie Munger",
            "likes": 623,
            "tags": [
                "deep"
            ],
            "pk": 470424,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The most glorious moments in your life are not the so-called days of success, but rather those days when out of dejection and despair you feel rise in you a challenge to life, and the promise of future accomplishments. Gustave Flaubert",
            "author": "Gustave Flaubert",
            "likes": 648,
            "tags": [
                "deep"
            ],
            "pk": 470425,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I believe that if one always looked at the skies, one would end up with wings. Gustave Flaubert",
            "author": "Gustave Flaubert",
            "likes": 313,
            "tags": [
                "deep"
            ],
            "pk": 470426,
            "image": null,
            "language": "en"
        }
    ]
}