List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4790
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=4795",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4785",
    "results": [
        {
            "quote": "Be alone, that is the secret of invention; be alone, that is when ideas are born. Nikola Tesla",
            "author": "Nikola Tesla",
            "likes": 412,
            "tags": [
                "deep"
            ],
            "pk": 470433,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The soul that sees beauty may sometimes walk alone. Johann Wolfgang von Goethe",
            "author": "Johann Wolfgang von Goethe",
            "likes": 572,
            "tags": [
                "deep"
            ],
            "pk": 470434,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Sometimes a cigar is just a cigar. Sigmund Freud",
            "author": "Sigmund Freud",
            "likes": 741,
            "tags": [
                "deep"
            ],
            "pk": 470435,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Your very silence shows you agree. Euripides",
            "author": "Euripides",
            "likes": 436,
            "tags": [
                "deep"
            ],
            "pk": 470436,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Some people are more certain of everything than I am of nothing. Robert Rubin",
            "author": "Robert Rubin",
            "likes": 568,
            "tags": [
                "deep"
            ],
            "pk": 470438,
            "image": null,
            "language": "en"
        }
    ]
}