List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=3955
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=3960",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=3950",
    "results": [
        {
            "quote": "The best thing to hold onto in life is each other. Audrey Hepburn",
            "author": "Audrey Hepburn",
            "likes": 497,
            "tags": [
                "friendship"
            ],
            "pk": 469559,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If you have one true friend you have more than your share. Thomas Fuller",
            "author": "Thomas Fuller",
            "likes": 385,
            "tags": [
                "friendship"
            ],
            "pk": 469561,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Of all possessions a friend is the most precious. Herodotus",
            "author": "Herodotus",
            "likes": 155,
            "tags": [
                "friendship"
            ],
            "pk": 469562,
            "image": null,
            "language": "en"
        },
        {
            "quote": "We cannot hope to only leave our children a bigger car, a bigger bank account. We must hope to give them a sense of what it means to be a loyal friend. George H. W. Bush",
            "author": "Bush",
            "likes": 241,
            "tags": [
                "friendship"
            ],
            "pk": 469563,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Be slow to fall into friendship, but when thou art in, continue firm and constant. Socrates",
            "author": "Socrates",
            "likes": 720,
            "tags": [
                "friendship"
            ],
            "pk": 469565,
            "image": null,
            "language": "en"
        }
    ]
}