1. GETTING STARTED
Perare.io SDK Documentation
  • Introduction
  • GETTING STARTED
    • Install the SDK
    • Authentication
    • SDK Test Guide
    • Our API Services
  • PRICING
    • Perare Pricing SDK
  • LEGALS
    • Terms and Conditions
  1. GETTING STARTED

Our API Services

Overview | App SDK | REST API
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).
Response:
"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 credit

2. Retrieve Shape Data#

Obtain the official spatial boundaries (geometry) of a land parcel for mapping and spatial analysis.
1 request = 3 SDK credit

3. Retrieve Registration Data#

Get land parcel registration and legal status, including owner, certificate, and rights.
1 request = 1 SDK credit

4. Retrieve Location Data#

Get the administrative and geographic location details for a land parcel, including province, regency, district, and village.
1 request = 1 SDK credit

5. Retrieve Zoning Data#

Get official zoning, land use, and permitted activities for the parcel.
1 request = 1 SDK credit

6. Retrieve Overlapping Parcels#

Check if a parcel overlaps with other registered parcels and get details of the overlaps.
1 request = 1 SDK credit

7. Retrieve Risk Data#

Access information on legal, environmental, or physical risks associated with the land parcel.
1 request = 1 SDK credit

8. Retrieve POI Data#

Retrieve detailed information about a Point of Interest (POI) using its unique identifier (UUID).
1 request = 1 SDK credit

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).
1 request = 2 SDK credit
Modified at 2025-07-16 05:41:01
Previous
SDK Test Guide
Next
Perare Pricing SDK
Built with