A free restful API for getting some famous quotes of parks and recreation TV series.
Explore the api »
Contributing
·
Bug report
·
Feature request
Base URL - https://parks-and-rec-api.frozencoast05.workers.dev
Request Path - /quote/random
Response -
{
"id": 27,
"character": "Ben",
"quote": "Bababooey."
}
Request Path - /quote/:id
Response -
{
"id": 12,
"character": "Duke Silver",
"quote": "A smooth and silky evening to you all. On nights like this, when the cold winds blow, and the air is awash in the swirling eddies of our dreams, come with me and find safe haven…in a warm bathtub full of my jazz."
}
- Framework - Hono
- Deployment - Cloudflare Workers
If you encounter any problems feel free to open an issue. If you feel the project is missing a feature, please raise a ticket on GitHub and I'll look into it. Pull requests are also welcome.
Please check the guide to learn more about contributing to this project