Fortune Cookie
🥠 Fortunecookie API ========= ## Description: This RESTful API returns a json object with aphorisms, much like a opening a fortune cookie. ### Basic usage ```bash curl https://aphorismcookie.herokuapp.com ``` Response ```json { "data": { "message": "Everything will now come your way.", }, "meta": { "status": 200, } } ``` Also has a slack friendly endpoint! ```bash curl…
Fortune Cookie endpoints
| Method | Endpoint | Description |
|---|---|---|
| public | ||
| GET |
slack /slack |
This endpoint's response shape is designed to match the requirements for slack messages. You can easily use this api to have a POST or GET for this /slack endpoint to get the… |
| GET |
defaultRoot / |
default get request to the random fortune endpoint returning a standard response |
| GET |
healthcheck /health |
The health check endpoint will return a status of 200 if the api is up and ready to recieve connections. It will tell the uptime, and total requests served since last restart. It… |
| Other endpoints | ||
| GET |
healthcheck /health |
The health check endpoint will return a status of 200 if the api is up and ready to recieve connections. It will tell the uptime, and total requests served since last restart. It… |
| GET |
defaultRoot / |
|
Fortune Cookie pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|