Postcodes
Cod poștal (Romania) lookup.
Filters on list endpoints are URL path segments, not query strings —
see Conventions.
The Swagger tester
works best for JSON body endpoints.
GET
/postcodes/
Look up a Romanian postal code
Looks up a Romanian postal code by county / city / address. Filters are passed as URL path segments and are all required except country.
If the city is Bucuresti, the address should include the sector (e.g. str Nume Nr 2 sector 3).
Spaces may be replaced with _ or -. Diacritics are optional.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
country |
path | string | no | Filter `country:Romania` (or `country:RO`). Defaults to Romania. |
county |
path | string | yes | Filter `county:...` — county name or short code (MS, B, CJ, CT, ...). |
city |
path | string | yes | Filter `city:...` — city name. |
address |
path | string | yes | Filter `address:...` — street name and number. |
Responses
| Status | Description |
|---|---|
200 |
OK |
400 |
Request is malformed or a required field is missing / invalid. |
This page is generated from openapi.json.