List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4475
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=4480",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4470",
    "results": [
        {
            "quote": "Let peace be your middle name. Ntathu Allen",
            "author": "Ntathu Allen",
            "likes": 369,
            "tags": [
                "positive"
            ],
            "pk": 470106,
            "image": null,
            "language": "en"
        },
        {
            "quote": "A positive attitude may not solve all your problems, but it will annoy enough people to make it worth the effort. Herm Albright",
            "author": "Herm Albright",
            "likes": 473,
            "tags": [
                "positive"
            ],
            "pk": 470107,
            "image": null,
            "language": "en"
        },
        {
            "quote": "A strong positive mental attitude will create more miracles than any wonder drug. Patricia Neal",
            "author": "Patricia Neal",
            "likes": 530,
            "tags": [
                "positive"
            ],
            "pk": 470108,
            "image": null,
            "language": "en"
        },
        {
            "quote": "People say nothing is impossible, but I do nothing every day. A.A. Milne (Winnie The Pooh)",
            "author": "Milne (Winnie The Pooh)",
            "likes": 134,
            "tags": [
                "positive"
            ],
            "pk": 470109,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The great majority of men are bundles of beginnings. Ralph Waldo Emerson",
            "author": "Ralph Waldo Emerson",
            "likes": 496,
            "tags": [
                "positive"
            ],
            "pk": 470110,
            "image": null,
            "language": "en"
        }
    ]
}