List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4380
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=4385",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4375",
    "results": [
        {
            "quote": "My son, if your heart is wise, then my heart will be glad indeed. Proverbs 23:15",
            "author": "Proverbs 23:15",
            "likes": 158,
            "tags": [
                "family"
            ],
            "pk": 470010,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Bear with each other and forgive one another if any of you has a grievance against someone. Forgive as the Lord forgave you. Colossians 3:13",
            "author": "Colossians 3:13",
            "likes": 291,
            "tags": [
                "family"
            ],
            "pk": 470011,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The wicked die and disappear, but the family of the godly stands firm. Proverbs 12:7",
            "author": "Proverbs 12:7",
            "likes": 154,
            "tags": [
                "family"
            ],
            "pk": 470012,
            "image": null,
            "language": "en"
        },
        {
            "quote": "A wife of noble character who can find? She is worth far more than rubies. Proverbs 31:10",
            "author": "Proverbs 31:10",
            "likes": 762,
            "tags": [
                "family"
            ],
            "pk": 470013,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Your wife will be like a fruitful vine within your house; your children will be like olive shoots around your table. Psalm 128:3",
            "author": "Psalm 128:3",
            "likes": 168,
            "tags": [
                "family"
            ],
            "pk": 470014,
            "image": null,
            "language": "en"
        }
    ]
}