Transavia
Connector for the transavia API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.transavia.com/v2/airports - Auth:
header:apikey(pass your key via theapiKeyinput)
Operations
58d8bcb7a9e6240e200cff24— GET / — All airports58d8bcb8a9e6240e200cff26— GET /countrycode/{countryCode} — Airport(s) by country code.58d8bcb8a9e6240e200cff27— GET /nearest — Nearest airport(s) by geo coordinates.58d8bcb8a9e6240e200cff28— GET /nearest/{id} — Nearest airport(s) by airport id.58d8bcb7a9e6240e200cff25— GET /{id} — Airport by id.
Inputs
apiKey— your transavia API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: 58d8bcb7a9e6240e200cff24
apiKey: <your key>