NaaC API
Integrate over 600+ perfectly crafted crypto excuses into your own applications. Free to use for non-commercial projects, with built-in rate limiting to ensure fair usage.
Rate Limit
20 req/min
Per IP address
Format
JSON
UTF-8 encoded
Auth
None
No API key required
Endpoints
GET
/api/reasonsReturns a random crypto excuse from any category.
Example Request
curl https://noasacrypto.com/api/reasonsExample Response
{
"reason": "The dev team has more anonymous wallets than Satoshi",
"category": "Rug Check",
"categoryId": "rug-check",
"emoji": "🚩"
}GET
/api/reasons/:categoryReturns a random excuse from a specific category.
Parameters
category
The ID of the category (e.g.,
rug-check, diamond-hands)Example Request
curl https://noasacrypto.com/api/reasons/diamond-handsErrors
| Status | Description |
|---|---|
| 404 | Category not found |
| 429 | Rate limit exceeded (over 20 req/min) |
| 500 | Server error |