# City, New York Open Data API **Provider:** City, New York Open Data **Category:** developer **Base URL:** `https://opendata.cityofnewyork.us` **Auth:** none — `# No auth required` **Rate Limit:** See documentation **Free Tier:** Yes — [object Object] **Pricing:** Free tier available (freemium) **Docs:** https://opendata.cityofnewyork.us/ ## Description NYC Open Data helps New Yorkers use and learn about City data ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://opendata.cityofnewyork.us/` | See documentation for endpoint reference | ## Authentication No authentication required ``` # No auth required ``` ## Sample Request ```bash curl 'https://opendata.cityofnewyork.us' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — open public API, no authentication required. --- *Source: [API Map](https://apimap.dev/apis/city-new-york-open-data/) — CC BY 4.0*