Introducing the Coverage Registry: 449 jurisdictions, published status and licensing.

Veritrace Data

Platform

The project chain, resolved end to end.

Developer, architect, engineer, certifier, main contractor and subcontractor, carried on a single canonical project object.

The chain

One project, every party, resolved

A project is not a record, it is a chain. Veritrace holds each link and the parties attached to it. The schema is canonical; the labels are local. Switch the example to see the same chain render in a different jurisdiction.

City of Gold Coast · local term for a planning submission: Development Application

Select a stage to see what we hold

Planning submission

Development Application

DA-2025/0873

What we hold at this stage

Local reference
DA-2025/0873
Lodged
2025-11-04
Canonical stage
under_assessment
Site area
4,120 m2

Verification

A switchboard number is not a contact record

Category incumbents publish company details. Veritrace publishes named roles, direct lines and the date each record was last verified, so you can judge the age of what you are acting on.

Typical incumbent record

CompanyKinnear Constructions
ContactNot held
RoleNot held
Phone+61 7 5555 0100 (switchboard)
Emailinfo@ company address
VerifiedNo date published

Veritrace record

CompanyKinnear Constructions
Entity IDVT-C-40218832
ContactKate Donnelly
RoleContracts Manager, Queensland
Direct line+61 7 3128 4471
VerifiedVerified 6 days ago

Verification is a dated event on the record, not a claim about the record. Where a contact has not been re-checked inside 30 days, the interface says so.

Illustrative records. Field names match the public data dictionary, entity VT-C-40218832.

Data delivery

Built as infrastructure

Read the registry the way it suits your stack: REST API, webhooks, bulk export, or direct warehouse delivery.

REST API

Projects, parties, companies and jurisdictions. Cursor pagination, ETag caching, ISO 8601 timestamps, one Veritrace ID per object.

GET /v1/projects?jurisdiction=au-nsw&stage=tender

Webhooks

Stage changes, tender notices and value revisions posted to your endpoint as they land, with an HMAC-signed payload, a timestamp for your replay window, and retries.

POST /your-endpoint  event=project.stage_change

Bulk export

Daily deltas or a full snapshot, in CSV, filtered to the jurisdictions on your plan. Pull the delta on a schedule instead of re-reading the registry.

GET /api/export/snapshot?kind=delta&table=projects

Warehouse delivery

Parquet snapshots and managed shares into Snowflake, BigQuery and Databricks are on the roadmap. Today the same data reaches a warehouse through the API or a scheduled CSV delta.

On the roadmap