# BikeWise API v2 **Provider:** BikeWise API v2 **Category:** developer **Base URL:** `https://bikewise.org/api` **Auth:** none — `# No auth required` **Rate Limit:** See documentation **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://bikewise.org/api ## Description
This is an API for accessing information about bicycling related incidents. You can find the source code on GitHub.
## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://bikewise.org/api/v2/incidents` | Paginated incidents matching parameters | | GET | `https://bikewise.org/api/v2/incidents/{id}` | GET /v2/incidents/{id} | | GET | `https://bikewise.org/api/v2/locations` | Unpaginated geojson response | | GET | `https://bikewise.org/api/v2/locations/markers` | Unpaginated geojson response with simplestyled markers | ## Authentication No authentication required ``` # No auth required ``` ## Sample Request ```bash curl -X GET 'https://bikewise.org/api/v2/incidents' \ -H '# No auth required' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — open public API, no authentication required. --- *Source: [API Map](https://apimap.dev/apis/bikewise-api-v2/) — CC BY 4.0*