List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=3970
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=3975",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=3965",
    "results": [
        {
            "quote": "Remember, no man is a failure who has friends.",
            "author": "",
            "likes": 627,
            "tags": [
                "friendship"
            ],
            "pk": 469577,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Opposition is true friendship. William Blake",
            "author": "William Blake",
            "likes": 605,
            "tags": [
                "friendship"
            ],
            "pk": 469578,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Between friends, words are optional.",
            "author": "",
            "likes": 104,
            "tags": [
                "friendship"
            ],
            "pk": 469579,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Though friendship is not quick to burn, it is explosive stuff. May Sarton",
            "author": "May Sarton",
            "likes": 579,
            "tags": [
                "friendship"
            ],
            "pk": 469580,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Keep the ones that heard you when you never said a word.",
            "author": "",
            "likes": 588,
            "tags": [
                "friendship"
            ],
            "pk": 469581,
            "image": null,
            "language": "en"
        }
    ]
}