Provenance
Freshness & coverage
Methods (8)
searchDatasets
readSearch CKAN datasets by keyword.
Required paramsqueryInput schema
{ "type": "object", "properties": { "query": { "type": "string" }, "rows": { "type": "number" }, "start": { "type": "number" }, "sort": { "type": "string" } }, "additionalProperties": false, "required": [ "query" ] }getDataset
readFull dataset metadata by ID or name (NETL EDX).
Required paramsidInput schema
{ "type": "object", "properties": { "id": { "type": "string" } }, "additionalProperties": false, "required": [ "id" ] }listGroupDatasets
readDatasets inside a group / collection.
Required paramsgroupInput schema
{ "type": "object", "properties": { "group": { "type": "string" }, "limit": { "type": "number" }, "offset": { "type": "number" } }, "additionalProperties": false, "required": [ "group" ] }listOrganizations
readAll organizations (data providers).
Input schema
{ "type": "object", "properties": { "sort": { "type": "string" }, "limit": { "type": "number" }, "offset": { "type": "number" } }, "additionalProperties": false }listGroups
readAll groups / collections.
Input schema
{ "type": "object", "properties": { "sort": { "type": "string" }, "limit": { "type": "number" } }, "additionalProperties": false }getResource
readResource (file/download) metadata by resource ID.
Required paramsidInput schema
{ "type": "object", "properties": { "id": { "type": "string" } }, "additionalProperties": false, "required": [ "id" ] }searchCarbonStorage
readCCUS / carbon storage datasets.
Input schema
{ "type": "object", "properties": { "query": { "type": "string" }, "rows": { "type": "number" } }, "additionalProperties": false }searchWellLogs
readKeyword search for well log datasets. Include basin name for basin-specific results.
Input schema
{ "type": "object", "properties": { "query": { "type": "string" }, "rows": { "type": "number" } }, "additionalProperties": false }
