Skip to main content
Menu

Journal des modifications de l'API

Toutes les modifications importantes de l'API. Les plus récentes en premier. Stabilité v1 — pas de changements incompatibles sans nouvelle version.

2026-06-12 New Queue API: snapshot block with prognosed wait time

The queue product response now includes a top-level snapshot object with the latest real-time data and a computed prognosed wait time — the same formula used on the nakordoni.eu hero section:

snapshot.queue_now  — current cars in queue
snapshot.wait_min   — tmin + queue_now × tpercar (minutes)
snapshot.tmin       — minimum crossing time (minutes)
snapshot.tpercar    — added time per vehicle (minutes)
snapshot.updated_at — when the queue data was recorded
snapshot.age_min    — minutes since last update
snapshot.source     — data source identifier

The data array (historical entries) is unchanged — this is a purely additive addition. Clients that do not read snapshot are unaffected.

2026-06-12 New New product: Border Queue API (border)

Query all checkpoints on a given border + vehicle type in a single call instead of making one request per PPID.

GET /api/v1/data/border/{origin}/{destination}/{crossing_type}

  • Supports a single destination country, a comma-separated list, or all to expand to every monitored neighbour at once.
  • Results sorted by queue_now ascending (shortest queue first).
  • Fully localized: add ?lang=uk (or any of our 22 supported languages) to get checkpoint names in that language.
2026-06-12 New New product: Checkpoint Search API (search)

Discover checkpoint PPID values by name without browsing the full directory.

GET /api/v1/data/search?name=Krakovets,Shehyni&lang=en

  • Accepts a single name or comma-separated list (up to 20).
  • Searches across all 24 translation languages — pass a name in Ukrainian, Polish, German or any supported language and it will match.
  • Returns all PPIDs at that location grouped by vehicle type (car / bus / pedestrian / truck).
2026-06-12 Improvement Alternatives API: full i18n support + crossing_type override

The alternatives product now accepts ?lang= in all 22 supported languages (was only 12).

New crossing_type parameter lets you override the vehicle type filter — e.g. pass crossing_type=4 to get car alternatives even when querying from a bus PPID.

2026-06-12 Improvement Checkpoints + Border + Search: localized crossing-type labels and country names

The crossing_type_label field in checkpoints, border, and search responses is now translated to the requested language in all 22 supported languages. Country name fields (origin_name, destination_name) follow the same locale.

2026-06-05 New Developer portal launched

The Nakordoni Developer API portal is live at /en/developers. Sign up for a free Explorer key (200 requests/day) to access border queue data, forecasts, fuel prices, driver POIs and more.

Products available at launch: checkpoints, queue, stats, day-stats, forecast, alternatives, update_info, fuel, pois, truck_bans, trading_sundays, bus_carriers, road_conditions, assistant.

Ce journal couvre les modifications de l'API publique. Les mises à jour internes ne sont pas répertoriées.