API-ის ცვლილებების ჟურნალი
API-ის ყველა მნიშვნელოვანი ცვლილება. ახლები ზევით. v1 სტაბილურობა — Breaking changes-ები ახალი ვერსიის გარეშე დაუშვებელია.
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.
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
allto expand to every monitored neighbour at once. - Results sorted by
queue_nowascending (shortest queue first). - Fully localized: add
?lang=uk(or any of our 22 supported languages) to get checkpoint names in that language.
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).
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.
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.
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.
ჟურნალი მოიცავს საჯარო API-ის ცვლილებებს. შიდა განახლებები არ ჩამოყალიბებულია.