Internal server error - can't fetch poi's

Hi,

I get 500 “Internal Server error”:

When I tried the example code from the /pois endpoint page:

  curl -X POST \
  'https://api.openrouteservice.org/pois' \
  -H 'Content-Type: application/json; charset=utf-8' \
  -H 'Accept: application/json, application/geo+json, application/gpx+xml, img/png; charset=utf-8' \
  -H 'Authorization: xxx \
  -d '{"request":"pois","geometry":{"bbox":[[8.8034,53.0756],[8.7834,53.0456]],"geojson":{"type":"Point","coordinates":[8.8034,53.0756]},"buffer":200}}'

The /pois endpoint seems to be up:

Have you any suggestions ?
Thanks,

Hey,

that seems to have been an outage on our side.
It should be working again :slight_smile:

Sorry for the trouble,
Best regards,
Jakob

1 Like

Thanks Jakob for the fix :slight_smile:
Best regards,
M.

1 Like