List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4010
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=4015",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4005",
    "results": [
        {
            "quote": "Friendship increases in visiting friends, but in visiting them seldom. Francis Bacon",
            "author": "Francis Bacon",
            "likes": 330,
            "tags": [
                "friendship"
            ],
            "pk": 469619,
            "image": null,
            "language": "en"
        },
        {
            "quote": "There is nothing better than a friend, unless it is a friend with chocolate. Linda Grayson",
            "author": "Linda Grayson",
            "likes": 794,
            "tags": [
                "friendship"
            ],
            "pk": 469621,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The holy passion of friendship is of so sweet and steady and loyal and enduring a nature that it will last through a whole lifetime, if not asked to lend money. Mark Twain",
            "author": "Mark Twain",
            "likes": 581,
            "tags": [
                "friendship"
            ],
            "pk": 469622,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Lots of people want to ride with you in the limo, but what you want is someone who will take the bus with you when the limo breaks down. Oprah Winfrey",
            "author": "Oprah Winfrey",
            "likes": 237,
            "tags": [
                "friendship"
            ],
            "pk": 469623,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I like to hang out with people who make me forget to look at my phone.",
            "author": "",
            "likes": 588,
            "tags": [
                "friendship"
            ],
            "pk": 469624,
            "image": null,
            "language": "en"
        }
    ]
}