List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4340
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=4345",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4335",
    "results": [
        {
            "quote": "The love of family and the admiration of friends is much more important than wealth and privilege. Charles Kuralt",
            "author": "Charles Kuralt",
            "likes": 761,
            "tags": [
                "family"
            ],
            "pk": 469965,
            "image": null,
            "language": "en"
        },
        {
            "quote": "There are friends, there is family, and then there are friends that become family. Unknown",
            "author": "",
            "likes": 309,
            "tags": [
                "family"
            ],
            "pk": 469966,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Family members can be your best friends, you know. And best friends, whether or not they are related to you, can be your family. Trenton Lee Stewart",
            "author": "Trenton Lee Stewart",
            "likes": 168,
            "tags": [
                "family"
            ],
            "pk": 469967,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Family, friends, a good laugh and beautiful weather are the best cures. Bar Refaeli",
            "author": "Bar Refaeli",
            "likes": 184,
            "tags": [
                "family"
            ],
            "pk": 469968,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Family and friends and faith are the most important things in your life. Barbara Bush",
            "author": "Barbara Bush",
            "likes": 445,
            "tags": [
                "family"
            ],
            "pk": 469969,
            "image": null,
            "language": "en"
        }
    ]
}