Land Registry Report
Flow
Result Delivery
Client ID in x-client-id header.
Client Secret in x-client-secret header.
Country code for the property
Property Reference Number
Property Address
Optional field for usage analytics
Your own reference ID (optional field for usage analytics)
Set to true to test the full request-poll flow without incurring costs.
A sample Land Registry PDF is uploaded to S3 and the request returns immediately.
Expediate request speed (Only used if turn-around times have been agreed upon)
HTTPS URL to receive a webhook POST when the report is ready.
When provided, the completed report (same payload as a 200 response from /lra/poll)
is delivered to this URL.
Polling remains available as a fallback.
^https://.+Success
Poll with this token
Echoed back as true when the request was a dry run — no cost incurred
Success
Client ID in x-client-id header.
Client Secret in x-client-secret header.
Output of /lra/request
Report ready
Presigned URL to download the report
Report is pending
Client ID in x-client-id header.
Client Secret in x-client-secret header.
Search filters for address lookup. All fields are optional but at least one should be provided. All supplied conditions are combined with AND logic.
Block or tower identifier (e.g. "BLOCK B", "TOWER 1").
Exact match against the block column.
BLOCK BEnglish street name. Case-insensitive containment match
(UPPER(street_name_eng) LIKE '%value%').
Tolerates partial matches.
DES VOEUX ROAD CENTRALChinese street name. Containment match against street_name_chn.
Only used if eng_street_name is not provided.
德輔道中Flat or unit identifier (e.g. "A", "12", "B1").
Case-insensitive containment match (UPPER(flat) LIKE '%value%').
AFloor designation (e.g. "8", "G/F", "MEZZANINE").
Case-insensitive containment match (UPPER(floor) LIKE '%value').
8Free-form substrings matched against the free_format_addr_eng column.
Each entry is matched independently with case-insensitive containment
(UPPER(free_format_addr_eng) LIKE '%value%').
Multiple entries are combined with AND — all must match.
Useful for searching building names, estate names, or partial addresses.
["Kai Tak Commercial","Des Voeux"]Numeric part of the house/building number.
- 1 value
[86]: exact match (house_num_prefix = 86). - 2 values
[80, 90]: inclusive range (house_num_prefix BETWEEN 80 AND 90).
[86,86]Alphabetic suffix of the building number (e.g. "A" in "12A").
Exact match against the house_num_suffix column.
AMatching address records (max 300).
Property Reference Number — unique identifier for the property in HK Land Registry.
HK1234567Full English free-format address as stored in the registry.
FLAT A, 8/F, BLOCK B, KAI TAK COMMERCIAL BUILDING, 86 DES VOEUX ROADMatching address records (max 300).
Last updated

