Skip to main content
Menu

← All endpoints

Checkpoint Search API Online

Find checkpoint PPIDs by name in any language. Returns all PPIDs for that location grouped by vehicle type. Up to 20 names per request.

GET https://nakordoni.eu/api/v1/data/search — quota class: cheap

ParameterDescription
nameCheckpoint name or comma-separated list (up to 20), in any language
langLanguage for returned names (default en)

Response fields — inside the data object of the envelope. [] marks a list, so data.items[].name is the name field of each element. A field is null, absent or an empty list when we hold no value for it — never a placeholder.

FieldDescription
data.results[].queryThe name you searched for — one result object per comma-separated query, in the order you sent them.
data.results[].countHow many checkpoints matched that query.
data.results[].matches[]Matching checkpoints with ppid, name and the identifying fields needed to call the other products. An empty list means no match — not an error.
curl "https://nakordoni.eu/api/v1/data/search?name=Krakovets,Shehyni&lang=en" \
  -H "Authorization: Bearer NKD-DEV-XXXX-XXXX-XXXX"
🔑 Log in as a developer to try this endpoint live in the sandbox — 50 free test calls a day. Log in