APIHub
Back to Explore

BikeWise API v2

<p>This is an API for accessing information about bicycling related incidents. You can find the source code on <a href="https://github.com/bikeindex/bikewise">GitHub</a>.</p>

Open Data
none
HTTPS
CORS: Unknown
Visit official documentation

Latency

10231ms p95

Uptime

0.0% 30d

Playground

Verified

live

Endpoints

REST · JSON
GET

/v2/incidents

Paginated incidents matching parameters

  • page (query, page) — Page of results to fetch.
  • per_page (query, limit) — Number of results to return per page.
  • occurred_before (query) — End of period
  • occurred_after (query) — Start of period
  • incident_type (query) — Only incidents of specific type
  • proximity (query) — Center of location for proximity search
  • proximity_square (query) — Size of the proximity search
  • query (query) — Full text search of incidents
GET

/v2/incidents/{id}

  • id (path, required) — Incident ID
GET

/v2/locations

Unpaginated geojson response

  • occurred_before (query) — End of period
  • occurred_after (query) — Start of period
  • incident_type (query) — Only incidents of specific type
  • proximity (query) — Center of location for proximity search
  • proximity_square (query) — Size of the proximity search
  • query (query) — Full text search of incidents
  • limit (query, limit) — Max number of results to return. Defaults to 100
  • all (query) — Give ‘em all to me. Will ignore limit
GET

/v2/locations/markers

Unpaginated geojson response with simplestyled markers

  • occurred_before (query) — End of period
  • occurred_after (query) — Start of period
  • incident_type (query) — Only incidents of specific type
  • proximity (query) — Center of location for proximity search
  • proximity_square (query) — Size of the proximity search
  • query (query) — Full text search of incidents
  • limit (query, limit) — Max number of results to return. Defaults to 100
  • all (query) — Give ‘em all to me. Will ignore limit

4 endpoints auto-detected

curl -X GET \
  "https://bikewise.org/api/v2/incidents"

bikewise.org · HTTPS only