List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4180
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=4185",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4175",
    "results": [
        {
            "quote": "It is a wise father that knows his own child. William Shakespeare",
            "author": "William Shakespeare",
            "likes": 524,
            "tags": [
                "family"
            ],
            "pk": 469798,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The greatest gifts you can give your children are the roots of responsibility and the wings of independence. Denis Waitley",
            "author": "Denis Waitley",
            "likes": 173,
            "tags": [
                "family"
            ],
            "pk": 469799,
            "image": null,
            "language": "en"
        },
        {
            "quote": "What divides us pales in comparison to what unites us. Ted Kennedy",
            "author": "Ted Kennedy",
            "likes": 287,
            "tags": [
                "family"
            ],
            "pk": 469801,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Other things may change us, but we start and end with the family. Anthony Brandt",
            "author": "Anthony Brandt",
            "likes": 693,
            "tags": [
                "family"
            ],
            "pk": 469802,
            "image": null,
            "language": "en"
        },
        {
            "quote": "A man travels the world over in search of what he needs, and returns home to find it. George A Moore",
            "author": "George A Moore",
            "likes": 71,
            "tags": [
                "family"
            ],
            "pk": 469803,
            "image": null,
            "language": "en"
        }
    ]
}