AQL PropertyCheck — Agent API

Open government property data for the City of Gold Coast local government area, Queensland, Australia, sold per lookup to AI agents over REST and MCP. Every field carries its source, its licence and the date it was current.

Three states, on every check. has_value — checked and mapped. checked_absent — checked, nothing mapped here. not_checked — not verified; never a statement that a risk is absent. Points outside the coverage area are refused, not answered with an all-clear.

Fastest path: pay per lookup, no account

GET /v1/property?lat=…&lng=… with no key answers 402 and a PAYMENT-REQUIRED header (x402 v2, USDC on Base, A$1.39 incl. GST). Retry with the PAYMENT-SIGNATURE your x402 client builds and the envelope comes back with a PAYMENT-RESPONSE. You pay only when a full envelope is served — an outage on our side or a point outside the coverage area is never settled.

With an account: three calls, cheaper per lookup

# 1. register (key shown once, 0 credits)
curl -X POST https://agents.alphaquantlabs.ai/v1/accounts -H 'content-type: application/json' \
  -d '{"email":"you@example.com","label":"my-agent"}'

# 2. buy credits (Stripe Checkout for a human; x402 USDC on Base for an agent)
curl -X POST https://agents.alphaquantlabs.ai/v1/credits/checkout -H 'authorization: Bearer <api_key>' \
  -H 'content-type: application/json' -d '{"pack":"starter"}'

# 3. look up a point (1 credit; refunded automatically if our side fails)
curl 'https://agents.alphaquantlabs.ai/v1/property?lat=-27.9675&lng=153.4136' \
  -H 'authorization: Bearer <api_key>' -H 'idempotency-key: my-lookup-001'

Paying as an agent: x402

POST /v1/credits/x402 with {"pack":"starter"} answers 402 with a PAYMENT-REQUIRED header (x402 v2, scheme exact, USDC on Base eip155:8453). Retry with the PAYMENT-SIGNATURE your x402 client produces; the facilitator settles it and the credits land on the same account. No human, no card, no custodian in between.

MCP

Protocol 2025-06-18, server aql-propertycheck. Tools: propertycheck_lookup, propertycheck_catalogue, propertycheck_account. Same money code as REST.

{"mcpServers":{"propertycheck":{"url":"https://agents.alphaquantlabs.ai/v1/mcp","headers":{"Authorization":"Bearer <api_key>"}}}}

What a lookup contains

BlockWhat it answersLicence
coverageWhether the queried point falls inside the serviced local government area, and the planning zone at that point.CC-BY-4.0-AU
property-contextPlanning zone, precinct and mapped maximum building height at the queried point.CC-BY-4.0-AU
hidden-issues-v6Mapped flood, bushfire hazard, transport noise corridor, major electricity infrastructure and road-widening constraints.CC-BY-4.0-AU
land-useQueensland land use classification at the queried point.CC-BY-4.0-AU
schoolsState primary and secondary school catchments containing the queried point.CC-BY-4.0
transportNearest scheduled bus, train and tram stops with straight-line distance.CC-BY-4.0-AU
police-divisionPolice division containing the queried point. Division level, never address level. Division-level context only. It is not a statement about the safety of an individual address.CC-BY-3.0-AU
trafficMeasured traffic volume by hour of day and day of week on nearby counted roads.CC-BY-4.0-AU
roadworksWithheld — The consumer product currently reads this from the QLDTraffic web page rather than the official API. A scraped page carries no licence grant we can point an API customer at. This block becomes sellable only after migration to the official QLDTraffic v2 API with our own key, which is published under CC BY 4.0.—

No third-party commercial mapping content (no Google content) exists on any route, at any price. Schema 2026-10-01 at /v1/schema; catalogue at /v1/blocks.

Prices

PackCreditsPrice (AUD, incl. GST)GSTPer lookup
pay-per-call1A$1.39A$0.13A$1.39
starter25A$29.00A$2.64A$1.160
standard100A$89.00A$8.09A$0.890
volume500A$345.00A$31.36A$0.690
scale2000A$980.00A$89.09A$0.490

Price table agent-aud-v3. One lookup = 1 credit. Receipts are tax documents, available at GET /v1/receipts.

Money rules

Attribution you must carry forward

Machine-readable version of this page: /llms.txt. Product propertycheck-gold-coast.