Get Statistics by Traveltime

Get Germany population within 30-minutes by bike
curl --compressed -X POST \
  'https://api.targomo.com/statistics/charts/dependent?serviceUrl=https://api.targomo.com/westcentraleurope' \
  -H 'Content-Type: application/json' \
  -d '{
  "statisticIds": [0],
  "serviceUrl": "https://api.targomo.com/westcentraleurope",
  "serviceKey": "__targomo_key_here__",
  "statisticGroupId": 2,
  "edgeWeight": "time",
  "travelType": "bike",
  "maxEdgeWeight": 1800,
  "sources": [
    {
      "id": "Point1",
      "y": 53.0664350085988,
      "x": 14.2623342621954,
      "travelType": "bike"
    }
  ]
}'
content_copy
Copied to clipboard