asicapidocs

asicapi REST API reference

Reference for every asicapi endpoint over the ASIC register: company lookup and search, office holders, people, documents and image orders, charges, registers, weekly summaries and code tables.

asicapi exposes the ASIC public registers as REST resources under https://api.asicapi.dev/v1. Every endpoint returns JSON, authenticates with a bearer API key, and expands ASIC's coded values into { code, label } pairs so you rarely need the raw code tables. Lists are cursor paginated and every error carries a documented error code.

Each reference page documents one operation: parameters, an example request and response, response fields, errors, and notes on how the ASIC register behaves for that data. If you are new to the API, start with the quickstart.

Resources

Conventions

  • Base URL https://api.asicapi.dev/v1, bearer authentication, JSON in and out. See requests and responses.
  • Cursor pagination on every list with hasMore and nextCursor. See pagination.
  • Rate limits per API key with standard RateLimit headers. See rate limits.
  • Free sandbox keys return ASIC sample data so you can integrate before paying statutory fees.
  • Long-running orders and offline searches notify you by webhook.

On this page