ConsoleCatalog
Sign in
Datahub logo

Datahub

datahub.ioResearchno auth

Open-data collections with dataset metadata and resource files.

Collection Details

ASYNCREADNo auth

Returns a collection's name, description, and dataset entries with titles, slugs, and links.

ParametersFormJSON

Collection topic slug in the URL path (e.g. ai for the Artificial Intelligence collection)

cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_datahub_io_collection_detail_ssr",
    "params": {
      "collection_slug": "ai"
    }
  }'