Mon Voyage Pas Cher
Connector for the mon-voyage-pas-cher API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.mon-voyage-pas-cher.com - Auth:
header:x-api-key(pass your key via theapiKeyinput)
Operations
getairport— GET /airports — Search airports by country / Search nearby airports / Search an airportgetcities— GET /cities/findcitiesfromlatlong — Search all cities from lat/long or countrycodegetautocomplete— GET /cities/findcitiesfromtext — Retrieve cities informations from a string / build an autocompletegetsignificantcities— GET /cities/significant — Search significant cities from lat/long or countrycodegetcontinents— GET /continents — Search all continents or one specific continentgetcountries— GET /countries — Search all countries or one specific country
Inputs
apiKey— your mon-voyage-pas-cher 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: getairport
apiKey: <your key>