Meowfacts
## Description: A simple api that returns a random fact about cats on a GET request ### Example Usage ``` curl https://meowfacts.herokuapp.com/ ``` Response ```json { "data": [ "0": "Mother cats teach their kittens to use the litter box." ] } ``` ### Advanced Usage You can request more than one fact at a time by using the GET param `count` ```bash curl https://meowfacts.herokuapp.com/?count=3…
Meowfacts endpoints
| Method | Endpoint | Description |
|---|---|---|
| public | ||
| GET |
defaultRoot / |
By passing in the appropriate options, you can recieve a specific or more than one fact. |
| GET |
options /options |
This endpoint will list all languages available to the root endpoint. |
| 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 |
queryFacts / |
By passing in the appropriate options, you can recieve a specific or more than one fact. |
Meowfacts pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|