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.
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
Explore with AICôte d'Ivoire Locality Directory (No Postal Code System)
| Field | Description | Title |
|---|---|---|
| country_code | ISO 3166-1 alpha-2 code for the country. | Country Code |
| postal_code | Postal code for the location. Always empty -- Côte d'Ivoire has no postal code system. | 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 CSVAbout
- Last updated
- 4 September 2026
- Total rows
- ...
- Format
- CSV
- File size
- 646 kB
About this dataset
Côte d'Ivoire (CI) — internal licensing notes
Source research, 2026-09-03 — structural fit check, not a licensing question
Confirmed: Côte d'Ivoire has no postal code system. Structural non-fit for this product line, same conclusion as Bolivia and Curaçao.
What was checked
- GeoNames: no export exists —
download.geonames.org/export/zip/CI.zipreturns a plain 404. The currently-liveci/ci.csvon R2 (159 bytes) is a header-only placeholder, consistent with nothing to fetch. - Wikipedia's own "List of postal codes" (the canonical cross-country reference), checked directly 2026-09-03: Côte d'Ivoire is listed explicitly as "no codes" under its format column.
- Web search corroborates: mixed, low-authority claims about a single Abidjan-area code ("99326") circulate on social media and community sites, contradicted by others, with no single traceable authoritative source — the same shape as Uganda's untrustworthy aggregator figures. La Poste de Côte d'Ivoire (the national operator) has no published national postal-code list.
Verdict (superseded below)
Permanent close-out as a PAID postal-codes product. Do not re-open that question without a genuine change in Côte d'Ivoire's postal infrastructure.
Revised 2026-09-04 — issued free as a locality directory, not closed entirely
Human decision: issue what CAN be known (district + locality +
coordinates) as a free dataset, postal_code permanently empty.
Source: GeoNames' MAIN gazetteer dump
(download.geonames.org/export/dump/CI.zip), filtered to feature class
P (populated places). Licence CC BY 4.0.
admin_code1 derived to ISO 3166-2:CI via a verified name crosswalk (14 units — 12 districts + 2 autonomous districts, effective since 2015-11-27, confirmed against Wikipedia's ISO_3166-2:CI page 2026-09-04). GeoNames' own admin1 reference table already reflects this current 14-district structure, not the pre-2015 regions.
Build — 2026-09-04
Built via datasets/ci/scripts/build_postal_codes_product.py.
| value | |
|---|---|
| Final rows | 12,076 |
| Districts covered | 14/14 |
| Rows with unresolved admin1 (source code "00"/blank) | 50 |
Frictionless validation: valid: True. is_premium: false —
datasets/ci/datapackage.yml updated accordingly, data_available: true.
Status: built and validated locally only. Nothing published to R2, nothing committed to git yet.