List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4250
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=4255",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4245",
    "results": [
        {
            "quote": "I think all of us are always five years old in the presence and absence of our parents. Sherman Alexie",
            "author": "Sherman Alexie",
            "likes": 62,
            "tags": [
                "family"
            ],
            "pk": 469870,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Happiness is having a large, loving, caring, close-knit family in another city. George Burns",
            "author": "George Burns",
            "likes": 190,
            "tags": [
                "family"
            ],
            "pk": 469871,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I wanted to be the moron of the family, because morons seemed to have more fun, more freedom and more personality. Alice Sebold",
            "author": "Alice Sebold",
            "likes": 79,
            "tags": [
                "family"
            ],
            "pk": 469872,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Spend some time this weekend on home improvement; improve your attitude toward your family. Bo Bennett",
            "author": "Bo Bennett",
            "likes": 144,
            "tags": [
                "family"
            ],
            "pk": 469873,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Parents were invented to make children happy by giving them something to ignore. Ogden Nash",
            "author": "Ogden Nash",
            "likes": 396,
            "tags": [
                "family"
            ],
            "pk": 469874,
            "image": null,
            "language": "en"
        }
    ]
}