List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4275
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=4280",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4270",
    "results": [
        {
            "quote": "Families with babies and families without babies are sorry for each other. E. W. Howe",
            "author": "Howe",
            "likes": 213,
            "tags": [
                "family"
            ],
            "pk": 469897,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Home is where you are loved the most and act the worst. Marjorie Pay Hinckley",
            "author": "Marjorie Pay Hinckley",
            "likes": 65,
            "tags": [
                "family"
            ],
            "pk": 469898,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Having children makes you no more a parent than having a piano makes you a pianist. Michael Levine",
            "author": "Michael Levine",
            "likes": 55,
            "tags": [
                "family"
            ],
            "pk": 469899,
            "image": null,
            "language": "en"
        },
        {
            "quote": "You are born into your family and your family is born into you. No returns. No exchanges. Elizabeth Berg",
            "author": "Elizabeth Berg",
            "likes": 464,
            "tags": [
                "family"
            ],
            "pk": 469900,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Home is people. Not a place. If you go back there after the people are gone, then all you can see is what is not there anymore. Robin Hobb",
            "author": "Robin Hobb",
            "likes": 135,
            "tags": [
                "family"
            ],
            "pk": 469901,
            "image": null,
            "language": "en"
        }
    ]
}