List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4300
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=4305",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4295",
    "results": [
        {
            "quote": "Nothing can bring a real sense of security into the home except true love. Billy Graham",
            "author": "Billy Graham",
            "likes": 281,
            "tags": [
                "family"
            ],
            "pk": 469924,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I think togetherness is a very important ingredient to family life. Barbara Bush",
            "author": "Barbara Bush",
            "likes": 327,
            "tags": [
                "family"
            ],
            "pk": 469925,
            "image": null,
            "language": "en"
        },
        {
            "quote": "One day you will do things for me that you hate. That is what it means to be family. Jonathan Safran Foer",
            "author": "Jonathan Safran Foer",
            "likes": 545,
            "tags": [
                "family"
            ],
            "pk": 469926,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Family always gonna be there. The material things, they come and go. Romeo Miller",
            "author": "Romeo Miller",
            "likes": 511,
            "tags": [
                "family"
            ],
            "pk": 469927,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Early rising is also essential to the good government of a family. A late breakfast deranges the whole business of the day, and throws a portion of it on the next, which opens the door for confusion to enter. Mary Randolph",
            "author": "Mary Randolph",
            "likes": 548,
            "tags": [
                "family"
            ],
            "pk": 469928,
            "image": null,
            "language": "en"
        }
    ]
}