Get third-party API info
get_dataservice_infoRetrieve metadata for a third-party API: title, description, organization, base API URL, OpenAPI spec, license, and dates. First step to use the API.
Instructions
Get detailed metadata about a specific third-party API (dataservice).
Returns title, description, organization, base_api_url, machine_documentation_url (OpenAPI/Swagger spec), license, and dates.
To use a third-party API: (1) get its info here, (2) fetch the OpenAPI spec via get_dataservice_openapi_spec, (3) call base_api_url per spec.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataservice_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |