List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4195
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=4200",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4190",
    "results": [
        {
            "quote": "The happiest moments of my life have been the few which I have passed at home in the bosom of my family. Thomas Jefferson",
            "author": "Thomas Jefferson",
            "likes": 666,
            "tags": [
                "family"
            ],
            "pk": 469814,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Poor folks have neither any kindred nor any friends. Italian proverb",
            "author": "Italian proverb",
            "likes": 407,
            "tags": [
                "family"
            ],
            "pk": 469815,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Rejoice with your family in the beautiful land of life. Albert Einstein",
            "author": "Albert Einstein",
            "likes": 91,
            "tags": [
                "family"
            ],
            "pk": 469816,
            "image": null,
            "language": "en"
        },
        {
            "quote": "With all my fans I got a family again. Tupac Shakur",
            "author": "Tupac Shakur",
            "likes": 505,
            "tags": [
                "family"
            ],
            "pk": 469817,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If you cannot get rid of the family skeleton, you may as well make it dance. George Bernard Shaw",
            "author": "George Bernard Shaw",
            "likes": 217,
            "tags": [
                "family"
            ],
            "pk": 469819,
            "image": null,
            "language": "en"
        }
    ]
}