Registered office and company addresses
The address types ASIC records for an Australian company, what a registered office and principal place of business mean legally, and how asicapi returns them.
Every Australian company must tell ASIC where it can be found. The registered office is the legal address where documents can be served on the company and where its registers are kept. The principal place of business is where it actually trades. Foreign companies registered in Australia add a registered address in their place of incorporation and the address of their local agent. ASIC also keeps a contact address for its own correspondence. asicapi returns each of these as an address record with a type, a status and the dates it applied, so you can see where a company is now and, with a historical extract, everywhere it has been.
Address types
| Code | Meaning |
|---|---|
RG | Registered Office |
RP | Registered Office in Australia |
PA | Principal Place of Business |
RO | Regd. Address in Place of Incorp. |
CC | Contact Address for ASIC use only |
5 codes. Source: the "Address type" table in ASIC's Datastream specification.
| Code | Who has one | Legal meaning |
|---|---|---|
RG Registered office | Every Australian company (APTY, APUB) and registered Australian body | Section 142 of the Corporations Act 2001 requires a registered office in Australia. Notices and court documents are validly served there. A public company's office must be open to the public during set hours. It is often the company's accountant or lawyer rather than the trading premises. |
RP Registered office in Australia | Foreign companies (FNOS) | Section 601CT requires a registered foreign company to keep a registered office in Australia. Distinct from RG so extracts can show both Australian and overseas addresses. |
PA Principal place of business | Companies and registered bodies | Where the company mainly carries on business. Must be a physical address, not a post office box. It may be the same as the registered office. |
RO Registered address in place of incorporation | Foreign companies (FNOS) | The company's registered or principal office in the country where it was incorporated. |
CC Contact address for ASIC use only | Any company that has nominated one | The address ASIC uses to post annual statements and invoices. Not an address for service. ASIC prints it as the last item on an extract and marks it "for ASIC use only". |
For due diligence and debt recovery, the distinction matters. A statutory demand under section 459E or a court originating process is served at the registered office, not the trading premises, and service there is effective even if the company has moved without telling ASIC. The principal place of business is the better address for site visits, credit checks and identifying where the company actually operates.
The registered office must be in Australia and must be a street address; a post office box is not acceptable. A change of registered office is notified on Form 484 and takes effect seven days after lodgement (or later if the form says so), which is why an address record can have a from date in the future.
The address record
Address records are a section of a purchased company extract. Buy the extract once with POST /v1/companies/{id}/extracts; the records are in its addresses key, and GET /v1/companies/{id}/addresses reads them back from the most recent extract you hold, free of ASIC fees.
curl "https://api.asicapi.dev/v1/companies/004085616/addresses" \
-H "Authorization: Bearer $ASICAPI_KEY"{
"object": "list",
"data": [
{
"object": "address",
"type": { "code": "RG", "label": "Registered Office" },
"status": { "code": "C", "label": "Current" },
"from": "2018-01-15",
"to": null,
"address": {
"careOf": "C/- EXAMPLE ACCOUNTANTS",
"line1": "LEVEL 3",
"street": "12 EXAMPLE STREET",
"locality": "MELBOURNE",
"state": "VIC",
"postcode": "3000",
"country": "AUSTRALIA"
},
"sourceDocument": { "documentNumber": "0E5123456", "qualifier": null }
},
{
"object": "address",
"type": { "code": "PA", "label": "Principal Place of Business" },
"status": { "code": "C", "label": "Current" },
"from": "2012-06-01",
"to": null,
"address": {
"careOf": null,
"line1": "UNIT 7",
"street": "45 SAMPLE DRIVE",
"locality": "DANDENONG SOUTH",
"state": "VIC",
"postcode": "3175",
"country": "AUSTRALIA"
},
"sourceDocument": { "documentNumber": "0E3345678", "qualifier": null }
}
],
"hasMore": false,
"nextCursor": null,
"totalCount": null,
"extract": { "id": "ext_01J9AC1M5R7XN2", "type": "current", "purchasedAt": "2026-09-04T03:20:18Z", "asOf": "2026-09-04T03:20:15Z" },
"meta": { "billable": false, "product": null, "requestId": "req_01J8ZK3V7Q0M2X" }
}Fields
| Field | Type | Description |
|---|---|---|
type | code object | Address type from the table above (reference) |
status | code object | C current, E ceased, F future |
from | date or null | Date the address took effect |
to | date or null | Date the address ceased; null for current records |
address.careOf | string or null | "Care of" line, common for registered offices at an agent's premises |
address.line1 | string or null | Building, level, suite or unit |
address.street | string or null | Street number and name, or post office box for CC |
address.locality | string | Suburb or town |
address.state | string or null | State or territory code for Australian addresses (reference) |
address.postcode | string or null | Australian postcode |
address.country | string | Country name as ASIC stores it, AUSTRALIA for domestic addresses |
sourceDocument | object | The ASIC document (usually a Form 484 or 201) that set this address |
The same address composite is used for office holders' residential addresses, members' addresses and chargees, so one parser covers them all.
Current, ceased and future records
A current extract contains records with status C, plus any future-dated (F) address that has been lodged but not yet taken effect. A historical extract ("type": "historical" on the purchase) adds ceased (E) records with their to dates, giving the full sequence of registered offices and places of business back to registration or to the 1991 migration from state records; read them with status=former or status=all on the addresses endpoint. Asking for ceased records when you hold only a current extract returns extract_required (HTTP 402) with a historical purchase suggestion. Filter by type with type[], for example type[]=RG&type[]=RP to get only registered offices.
For office holders, the address shown is the residential address the person declared when appointed. It is the address recorded against that appointment, so the same director may show different addresses on different companies.
Partial addresses in search results
A name search does not return full addresses. Each match carries a partialAddress derived from the principal place of business: locality, state and postcode for Australian addresses, or locality and country for addresses overseas. The company object's principalPlace field is the same partial form. It is enough to tell two companies with similar names apart, but you need an extract for the street address.
{ "locality": "MELBOURNE", "state": "VIC", "postcode": "3000" }Business names have no addresses at all in the data ASIC supplies, so partialAddress is null for BUSN matches and the business name object has no address fields.
Addresses on the professional registers
Registered auditors, registered liquidators and other professionals on ASIC's registers have their own address types, which appear on purchased register extracts rather than company extracts:
| Code | Meaning |
|---|---|
OP | Other Place of Practice |
PA | Principal Place of Practice |
PS | Postal address |
RB | Representative's Business address |
4 codes. Source: the "Sundry registers address types" table in ASIC's Datastream specification.
PA on a register means principal place of practice, not principal place of business. RB is the business address of an authorised representative and appears on the securities and futures representative registers.
Related
Addresses endpoint
Query parameters and full response fields.
Address types reference
Company and register address type codes.
Company extracts
How addresses fit into current and historical extracts.
Purchasing
Buy an extract once, then read its sections for free.
Jurisdictions and states
State codes used in addresses and registrations.
ASIC documents, document numbers and form codes
What an ASIC lodged document is, how document numbers and form codes such as Form 484 work, and how to look up or order a document image by number.
Share capital and company members
How ASIC records share classes, shares issued, amounts paid and company members or shareholders, including the top 20 members per class rule.