Get third-party API info
get_dataservice_infoRetrieve detailed metadata about a third-party API (dataservice) including title, description, organization, base URL, and OpenAPI spec link. Essential for understanding and using 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 |