The Perare.io SDK provides the following core services:1. Search#
Search for a land parcel by cadastral number, certificate number, or geographic coordinates.To check if a parcel exists, send a search request using one of three options:Cadastral Number (NIB): Retrieve details by official land registry number.
Certificate Number (Nomor): Search using land certificate or registration number.
Coordinates (Point): Find parcels by geographic location (latitude/longitude).
"result": false — No parcel found for the specified parameters.
"result": true — Parcel found. You will receive the parcel’s UUID (unique identifier), which can be used in subsequent requests.
1 request = 0,1 SDK credit2. Retrieve Shape Data#
Obtain the official spatial boundaries (geometry) of a land parcel for mapping and spatial analysis.3. Retrieve Registration Data#
Get land parcel registration and legal status, including owner, certificate, and rights.4. Retrieve Location Data#
Get the administrative and geographic location details for a land parcel, including province, regency, district, and village.5. Retrieve Zoning Data#
Get official zoning, land use, and permitted activities for the parcel.6. Retrieve Overlapping Parcels#
Check if a parcel overlaps with other registered parcels and get details of the overlaps.7. Retrieve Risk Data#
Access information on legal, environmental, or physical risks associated with the land parcel.8. Retrieve POI Data#
Retrieve detailed information about a Point of Interest (POI) using its unique identifier (UUID).9. Market Data#
Returns market price predictions for a parcel, including price ranges and accuracy levels for different confidence intervals (50-99%), price per sqm, and indexes for 6, 12, and 24 month periods by its unique identifier (UUID). Modified at 2025-07-16 05:41:01