Version: 1.0.0
Codes API
A REST lookup API for standard code lists, starting with UN/LOCODE — the United Nations Code for Trade and Transport Locations.
Each code list is served from its own versioned path (/v1/un-locode today; further lists such as Basel and EWC codes will follow) and every endpoint answers a single question: given a code, what are its details?
All requests require an API key sent in the x-api-key header. Usage is throttled to 10 requests/second (burst 2).
Authentication
- API Key: api_key
API key issued by CIF Consulting. Sent as the x-api-key request header.
Security Scheme Type: | apiKey |
|---|---|
Header parameter name: | x-api-key |