List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4245
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=4250",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4240",
    "results": [
        {
            "quote": "There is no cure for laziness but a large family helps. Herbert Prochnov",
            "author": "Herbert Prochnov",
            "likes": 572,
            "tags": [
                "family"
            ],
            "pk": 469865,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The place of the father in the modern suburban family is a very small one, particularly if he plays golf. Bertrand Russell",
            "author": "Bertrand Russell",
            "likes": 487,
            "tags": [
                "family"
            ],
            "pk": 469866,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Siblings: children of the same parents, each of whom is perfectly normal until they get together. Sam Levenson",
            "author": "Sam Levenson",
            "likes": 510,
            "tags": [
                "family"
            ],
            "pk": 469867,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Family: A social unit where the father is concerned with parking space, the children with outer space, and the mother with closet space. Evan Esar",
            "author": "Evan Esar",
            "likes": 628,
            "tags": [
                "family"
            ],
            "pk": 469868,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Important families are like potatoes. The best parts are underground. Francis Bacon",
            "author": "Francis Bacon",
            "likes": 794,
            "tags": [
                "family"
            ],
            "pk": 469869,
            "image": null,
            "language": "en"
        }
    ]
}