# Kaggle API **Provider:** Kaggle **Category:** developer **Base URL:** `https://www.kaggle.com` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 2,000 req/day **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://www.kaggle.com/docs/api ## Description Create and interact with Datasets, Notebooks, and connect with Kaggle ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://www.kaggle.com/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://www.kaggle.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free and open. Kaggle public datasets and notebooks API; no paid tiers. --- *Source: [API Map](https://apimap.dev/apis/kaggle/) — CC BY 4.0*