List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4310
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=4315",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4305",
    "results": [
        {
            "quote": "When you look at your life, the greatest happinesses are family happinesses. Joyce Brothers",
            "author": "Joyce Brothers",
            "likes": 419,
            "tags": [
                "family"
            ],
            "pk": 469934,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The happiest days of my youth were when my brother and I would run through the woods and feel quite safe. Unknown",
            "author": "",
            "likes": 345,
            "tags": [
                "family"
            ],
            "pk": 469935,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Happiness is seeing your mother smile. Unknown",
            "author": "",
            "likes": 640,
            "tags": [
                "family"
            ],
            "pk": 469936,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I really believe that a man and a woman together, raising a family, is the purest form of happiness we can experience. Will Smith",
            "author": "Will Smith",
            "likes": 701,
            "tags": [
                "family"
            ],
            "pk": 469937,
            "image": null,
            "language": "en"
        },
        {
            "quote": "He is happiest, be he king or peasant, who finds peace in his home. Johann Wolfgang von Goethe",
            "author": "Johann Wolfgang von Goethe",
            "likes": 279,
            "tags": [
                "family"
            ],
            "pk": 469938,
            "image": null,
            "language": "en"
        }
    ]
}