API Documentation

v1.0.0

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/reasons

Returns a random crypto excuse from any category.

Example Request
curl https://noasacrypto.com/api/reasons
Example Response
{
  "reason": "The dev team has more anonymous wallets than Satoshi",
  "category": "Rug Check",
  "categoryId": "rug-check",
  "emoji": "🚩"
}
GET/api/reasons/:category

Returns 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-hands

Errors

StatusDescription
404Category not found
429Rate limit exceeded (over 20 req/min)
500Server error