For the complete documentation index, see llms.txt. This page is also available as Markdown.

Offline reference guide for clients containing the list of settlements in Ukraine where shipment del

Method name

Settlement Prohibited Issuance Dictionary

HTTP Method

Returns a manifest with links to offline files containing settlements where shipment is prohibited to deliver in Ukraine.

Route

GET /api.novapost.pl/v.1.0/dictionary/settlements/prohibited-issuance

Autorization

Authorization: JWT

Description

This API provides a daily-updated manifest of Ukrainian settlements where shipment delivery is prohibited. The manifest includes links to localized, gzipped JSON files with detailed settlement information and prohibition flags.

The files are available in both Ukrainian and English for localization support.

The files are updated each day at 5:00 UTC.

Features:

  • Returns a JSON manifest with URLs to the updated settlement lists.

  • Each list is a gzipped JSON file (.json.gz).

  • Each file is localized (locale="uk" for Ukrainian, locale="en" for English).

  • Settlement records include administrative region, coordinates, postal codes, alternative names, and prohibition flags.

Request headers

Header

Type

Required

Description

Authorization

string

Yes

Bearer <token>. Auth token of the client.

Response Example

https://api.novapost.pl/v.1.0/dictionary/settlements/prohibited-issuance

Use the URLs provided in the manifest to download the latest settlement lists for each supported locale.

Example of settlement structure in JSON (en locale)

Schema

Settlement Object Schema

Acceptable HTTP status codes response

HTTP-code

Status

Description

200

OK

Request successful. The server has responded as required.

404

Not Found

ErrorMessage: "Action_not_available"

cURL