Authentication
Send your key in the X-AurumRank-API-Key header. Keys are shown only once and stored as one-way hashes.
curl https://aurumrank.com/api/v1/gold \
-H "X-AurumRank-API-Key: aur_live_…"Endpoints
GET /api/v1/goldGET /api/v1/companiesGET /api/v1/companies/<id>GET /api/v1/billionairesGET /api/v1/billionaires/<id>GET /api/v1/rankings/companiesGET /api/v1/rankings/billionaires
Pagination and errors
Use ?page=1&per_page=100&q=search. Responses use 401 for missing/invalid keys, 403 for inactive API plans, and 429 when the monthly allowance is exhausted.
{"ok":true,"page":1,"per_page":100,"total":100,"data":[…]}