List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4570
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=4575",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4565",
    "results": [
        {
            "quote": "The most powerful weapon on earth is the human soul on fire. Ferdinand Foch",
            "author": "Ferdinand Foch",
            "likes": 710,
            "tags": [
                "positive"
            ],
            "pk": 470205,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The energy that you put out comes back to you. Eckhart Tolle",
            "author": "Eckhart Tolle",
            "likes": 580,
            "tags": [
                "positive"
            ],
            "pk": 470206,
            "image": null,
            "language": "en"
        },
        {
            "quote": "When we are positive in our outlook and orientation, we tend to attract positive people and positive events and circumstances. Rhonda Byrne",
            "author": "Rhonda Byrne",
            "likes": 333,
            "tags": [
                "positive"
            ],
            "pk": 470207,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Every single second is an opportunity to change your life, because in any moment you can change the way you feel. Rhonda Byrne",
            "author": "Rhonda Byrne",
            "likes": 647,
            "tags": [
                "positive"
            ],
            "pk": 470208,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Hope is a positive expectation that something good is going to happen. Joyce Meyer",
            "author": "Joyce Meyer",
            "likes": 221,
            "tags": [
                "positive"
            ],
            "pk": 470209,
            "image": null,
            "language": "en"
        }
    ]
}