Look up Australian company data from the Australian Business Register (ABR). Acc...
https://api.strale.io/x402/v2/au-company-dataOverview
Look up Australian company data from the Australian Business Register (ABR). Accepts an ABN (11 digits). Returns entity name, status, type, GST registration, and address details. Free government API — fast and reliable.
Protocol
x402
Price
$0.05
Payment Asset
USD Coin
Payment Network
eip155:8453
Category
uncategorized
Provider
strale
Source
bazaar
Indexed
2026-08-27 16:12:49
Health
Status
unknown
Latency (p50)
—
Uptime (30d)
—
Reliability Score
—
Last Checked
Never
Last Healthy
Never
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
—
Asset Verified
—
Facilitator
—
Input Schema
{
"discoverable": true,
"method": "GET",
"queryParams": {
"abn": {
"description": "Australian Business Number (11 digits)",
"required": true,
"type": "string"
}
},
"type": "http"
}
Output Schema
{
"abn": {
"type": "string"
},
"acn": {
"type": "string"
},
"business_names": {
"type": "array"
},
"company_name": {
"type": "string"
},
"data_source": {
"type": "string"
},
"data_source_url": {
"type": "string"
},
"entity_type": {
"type": "string"
},
"gst_registered": {
"type": "boolean"
},
"last_updated": {
"type": "string"
},
"postcode": {
"type": "string"
},
"retrieved_at": {
"type": "string"
},
"state": {
"type": "string"
},
"status": {
"type": "string"
},
"vat_number": {
"type": [
"string",
"null"
]
}
}