List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4760
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=4765",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4755",
    "results": [
        {
            "quote": "Life begins where fear ends. Osho",
            "author": "Osho",
            "likes": 456,
            "tags": [
                "deep"
            ],
            "pk": 470401,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Whatever you feel, you become. It is your responsibility. Osho",
            "author": "Osho",
            "likes": 481,
            "tags": [
                "deep"
            ],
            "pk": 470402,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The present is theirs; the future, for which I really worked, is mine. Nikola Tesla",
            "author": "Nikola Tesla",
            "likes": 496,
            "tags": [
                "deep"
            ],
            "pk": 470404,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Full well do I know that in order to attain any definite goal, it is imperative that one person should do the thinking and commanding. Albert Einstein",
            "author": "Albert Einstein",
            "likes": 679,
            "tags": [
                "deep"
            ],
            "pk": 470405,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Learn to judge your moves by their long-term effects on people. Robert Greene",
            "author": "Robert Greene",
            "likes": 527,
            "tags": [
                "deep"
            ],
            "pk": 470406,
            "image": null,
            "language": "en"
        }
    ]
}