Opendatanetwork
Connector for the opendatanetwork API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
http://api.opendatanetwork.com - Auth:
bearer(pass your key via theapiKeyinput)
Operations
find_all_available_data_for_some_entities— GET /data/v1/availability/ — Find all available data for some entitiesget_constraint_permutations_for_entities— GET /data/v1/constraint/{variable} — Get constraint permutations for entitiescreate_a_map— GET /data/v1/map/new — Create a mapget_values_for_variables— GET /data/v1/values — Get values for variablesget_entities— GET /entity/v1 — Get Entitiesfind_the_relatives_of_an_entity— GET /entity/v1/{relation} — Find the relatives of an entity
Inputs
apiKey— your opendatanetwork 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: find_all_available_data_for_some_entities
apiKey: <your key>