List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4145
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=4150",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4140",
    "results": [
        {
            "quote": "Jealousy is the tribute mediocrity pays to genius. Fulton J. Sheen",
            "author": "Sheen",
            "likes": 536,
            "tags": [
                "friendship"
            ],
            "pk": 469763,
            "image": null,
            "language": "en"
        },
        {
            "quote": "He that is jealous is not in love. Augustine of Hippo",
            "author": "Augustine of Hippo",
            "likes": 314,
            "tags": [
                "friendship"
            ],
            "pk": 469764,
            "image": null,
            "language": "en"
        },
        {
            "quote": "True friends stab you in the front. Oscar Wilde",
            "author": "Oscar Wilde",
            "likes": 674,
            "tags": [
                "friendship"
            ],
            "pk": 469765,
            "image": null,
            "language": "en"
        },
        {
            "quote": "One loyal friend is worth ten thousand relatives. Euripides",
            "author": "Euripides",
            "likes": 646,
            "tags": [
                "friendship"
            ],
            "pk": 469766,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Someone to tell it to is one of the fundamental needs of human beings. Miles Franklin",
            "author": "Miles Franklin",
            "likes": 464,
            "tags": [
                "friendship"
            ],
            "pk": 469767,
            "image": null,
            "language": "en"
        }
    ]
}