New ABN and GST lookups are live alongside PPSR. Read docs
Hoist AIAssets
HomeData sources
Data sources

Australian registers, one API.

Every source is read-only, source-backed, and timestamped so your agent can cite results instead of guessing. Paid PPSR dispatches are previewed before they run.

P

PPSR searches

Search the Personal Property Securities Register for security interests against a business or a specific asset. Organisation searches run by ACN; serial-number searches run by VIN, chassis, or supported serial type.

  • Organisation search by ACN: is there a registration against this business?
  • Serial-number search: is this asset already encumbered?
  • Free preview before any paid dispatch, so a human confirms the cost.
  • Org-only boundary: no individual-grantor search scope is offered.
Paid per dispatchCertificate includedOrg-only
POST /v1/ppsr/preview
{
  "subject_kind": "organisation",
  "acn": "123456789"
}

200 OK
{
  "register": "PPSR",
  "billable": true,
  "estimated_cost_aud": 2.50,
  "subject": "ACME PTY LTD"
}
A

ABN lookup

Verify Australian business identity against the Australian Business Register. Confirm the legal entity behind an ABN before your agent acts on it.

  • Entity name, entity type, and ABN status.
  • Trading names and ABN history where the source provides them.
  • Lower-cost usage than PPSR source dispatches.
ABR-backedBusiness identity
GET /v1/abn/11695718659
200 OK
{
  "abn": "11 695 718 659",
  "entity_name": "HOISTAI PTY LTD",
  "status": "Active",
  "gst_registered": true,
  "source": "Australian Business Register"
}
G

GST status

Check whether an entity is registered for GST and from when. Useful before your agent issues, accepts, or reconciles a tax invoice.

  • Current GST registration status.
  • Registration effective dates where available.
  • Returned alongside the ABN lookup result.
Part of ABN lookup
gst_registered
{
  "gst_registered": true,
  "gst_from": "2009-07-01",
  "source": "Australian Business Register",
  "checked_at": "2026-06-08T03:21:00Z"
}
C

Search certificates

Completed PPSR searches produce an official, time-stamped certificate: proof of what the register showed at a specific point in time.

  • Certificate retrieved by search ID when the source search completes.
  • Stored for due-diligence evidence where your account is enabled for records.
  • Downloadable through approved account surfaces and API paths where available.
Audit-readySource-backed
E

Evidence you can rely on

A certificate is the difference between "the agent thinks" and "here is the source record, dated and stored." That is what belongs in a due-diligence file.

V

Counterparty verification

Combine ABN identity, GST status, and PPSR checks into a single source-backed answer about a business: the question agents are really being asked before a deal.

  • One workflow that runs the right checks for the subject.
  • Structured result your agent can summarise and explain.
  • Underlying checks stay logged, timestamped, and traceable.
Combined checkAgent-ready
verify_counterparty
{
  "abn": "Active; GST registered",
  "ppsr": "2 current registrations",
  "risk_flags": ["secured_party_present"],
  "evidence_pack": "/records/srch_8f2c91"
}
+

Future sources

More Australian business, asset, and regulatory datasets fit the same integration model. One contract today; broader coverage as registers come online.

  • Same auth, billing, and audit model for every new source.
  • Tell us which registers matter for your workflow.
On the roadmap
1

One integration, more data over time

Build against Hoist once. As new Australian sources are enabled, your agent gets new capabilities without a new integration.

Next step

Give your agent the registers.

Start with PPSR and ABN checks. Source-backed, certificated, and governed through the same API, MCP, and CLI posture.