List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4315
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=4320",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4310",
    "results": [
        {
            "quote": "My advice: Take a second out of the day to be thankful for your family. Jenna Morasca",
            "author": "Jenna Morasca",
            "likes": 716,
            "tags": [
                "family"
            ],
            "pk": 469939,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I believe that the greatest gift you can give your family and the world is a healthy you. Joyce Meyer",
            "author": "Joyce Meyer",
            "likes": 89,
            "tags": [
                "family"
            ],
            "pk": 469940,
            "image": null,
            "language": "en"
        },
        {
            "quote": "To us, family means putting your arms around each other and being there. Barbara Bush",
            "author": "Barbara Bush",
            "likes": 386,
            "tags": [
                "family"
            ],
            "pk": 469941,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I had a very supportive family environment that gave me room to explore and discover things about myself. Brad Pitt",
            "author": "Brad Pitt",
            "likes": 339,
            "tags": [
                "family"
            ],
            "pk": 469942,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Gratitude unlocks the fullness of life. It turns what we have into enough, and more. It turns denial into acceptance, chaos to order, confusion to clarity. It can turn a meal into a feast, a house into a home, a stranger into a friend. Melody Beattie",
            "author": "Melody Beattie",
            "likes": 162,
            "tags": [
                "family"
            ],
            "pk": 469943,
            "image": null,
            "language": "en"
        }
    ]
}