ConsoleCatalog
Sign in
Google Dataset Search logo

Google Dataset Search

Web dataset search with facets, detail, and metadata lookups.

Dataset Detail Basics

ASYNCWRITENo auth

Returns a dataset's title, description, slug, and core metadata.

ParametersFormJSON

Kaggle username or organization slug that owns the dataset

Kaggle dataset slug within the owner's namespace

cost: 3 credits · 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_datasetsearch_google_dataset_detail_basics",
    "params": {
      "owner_slug": "muhammadroshaanriaz",
      "dataset_slug": "the-rise-of-artificial-intelligence"
    }
  }'