Part of a Data Solution
- Explore →
Postal Codes Solution
Every worldwide postal-code dataset in one bundle — the ultimate global reference for precise postal codes.
Premium
You're viewing a free sample
Get the complete dataset — all rows and files — delivered instantly after checkout, with lifetime access to the latest version.
- Secure checkout via Stripe
- Instant download after payment
- Lifetime access to the latest version
API Access
Access dataset files directly from scripts, code, or AI agents.
Browse dataset files
API Access
Access dataset files directly from scripts, code, or AI agents.
Each file has a stable URL (r-link) that you can use directly in scripts, apps, or AI agents. These URLs are permanent and safe to hardcode.
Start with these files — they give you everything you need to understand and access the dataset.
- 1. Fetch datapackage.yml to inspect schema and resources
- 2. Download data resources listed in datapackage.yml
- 3. Read README.md for full context
Data Files
Postal Codes Data Resource for Indonesia, ID
| Field | Description | Title |
|---|---|---|
| country_code | ISO 3166-1 alpha-2 code for the country. | Country Code |
| postal_code | Postal code for the location. | Postal Code |
| place_name | Name of the city, town, or place. | Place Name |
| admin_name1 | Primary administrative division (e.g., state, region). | Administrative Name 1 |
| admin_code1 | Code for the primary administrative division. | Administrative Code 1 |
| admin_name2 | Secondary administrative division (e.g., county, district). | Administrative Name 2 |
| admin_code2 | Code for the secondary administrative division. | Administrative Code 2 |
| admin_name3 | Tertiary administrative division (e.g., municipality, borough). | Administrative Name 3 |
| admin_code3 | Code for the tertiary administrative division. | Administrative Code 3 |
| latitude | Latitude coordinate of the place. | Latitude |
| longitude | Longitude coordinate of the place. | Longitude |
| accuracy | Accuracy level of the latitude and longitude coordinates. | Accuracy |
| alternative_city_name | Alternative name(s) for the city or place. | Alternative City Name |
Download
Download sample CSVAbout
- Last updated
- 7 November 2024
- Total rows
- ...
- Format
- CSV
- File size
- 5.56 kB
- Source
- Multiple sources
About this dataset
Indonesia (ID) — internal licensing notes
Not mentioned in datahub-next#941 — no known licensing flag on this
country. Sources: cahyadsn/wilayah + wilayah_kodepos (GitHub, MIT —
Indonesian administrative hierarchy and village-to-postcode mapping) +
GeoNames ID (CC BY 4.0).
Session finding, 2026-08-19
Fixed id/scripts/ from hardcoded other-repo paths to self-contained.
Added the buyer-facing README as a committed static template
(delivery_README_template.md) — nothing generated it before, and
run_qa.py's zip step silently skipped it if absent.
Verified end-to-end from a fresh fetch, entirely within this repo: 38
provinsi / 514 kab-kota / 7,285 kecamatan / 83,762 desa (exact match to
documented counts), 81,044 final rows, cross-check agreement 69.2%/30.8%
between the two admin sources (exact match to documented figures). Final
id.csv MD5-identical to live R2
(f8535e27c7cced5181606a65e3233b8c, 7,656,248 bytes).
No further licensing review — this was a code-reproducibility audit.
CLOSED — 2026-08-24 (datahub-next#941 §4)
Added standalone id/ATTRIBUTION.txt (GeoNames CC BY 4.0 for the postal
layer; Kepmendagri decree — public domain under UU No. 28/2014 Pasal 42 —
for the administrative layer) — now in R2 and inside id.zip. run_qa.py
updated to write and zip it on every run. _meta/catalog.json's ID entry
rebuilt to include it. No pre-existing defect found.