List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=505
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=510",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=500",
    "results": [
        {
            "quote": "Seeking happiness is a straight way to misery. English proverb",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 466059,
            "image": null,
            "language": "en"
        },
        {
            "quote": "You cannot prevent the birds of sadness from passing over your head, but you can prevent their making a nest in your hair. Chinese proverb",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 466060,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If you want happiness for an hour, take a nap. If you want happiness for a day, go fishing. If you want happiness for a year, inherit a fortune. If you want happiness for a lifetime, help someone else. Chinese proverb",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 466061,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Tension is who you think you should be,",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 466062,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If we would just slow down, happiness would catch up to us. Richard Carlson",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 466063,
            "image": null,
            "language": "en"
        }
    ]
}