Skip to content

Commit

Permalink
Fix forbidden (403) links
Browse files Browse the repository at this point in the history
  • Loading branch information
joewdavies authored Nov 26, 2024
1 parent 68f80bc commit 7f37964
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ Restful APIs for consuming geospatial data on the fly:
- [GraphHopper Route Optimization API](https://www.graphhopper.com/route-optimization/) - Solves various vehicle routing problems.
- [movebank-api](https://github.com/movebank/movebank-api-doc) - Platform for animal tracking data.
- [OpenAQ](https://openaq.org/) - Largest open-source air quality data platform.
- [Open Charge Map API](https://openchargemap.org/site/develop) - Public registry of electric vehicle charging locations.
- [Open Charge Map API](https://openchargemap.org) - Public registry of electric vehicle charging locations.
- [OpenCage](https://opencagedata.com/api) - Forward and reverse geocoding API using open data.
- [Open-Meteo](https://open-meteo.com/) - Global weather forecast API.
- [Open Notify](http://open-notify.org/Open-Notify-API/) - ISS location and number of people in space.
Expand All @@ -186,7 +186,7 @@ Restful APIs for consuming geospatial data on the fly:
- [Overpass API](https://wiki.openstreetmap.org/wiki/Overpass_API) - Retrieve OpenStreetMap data.
- [RainViewer](https://www.rainviewer.com/api.html) - Free weather radar and satellite data API.
- [REST countries](https://restcountries.com/) - Get country information via a RESTful API.
- [Sunrise and sunset](https://sunrise-sunset.org/api) - Provides sunset and sunrise times for locations.
- [Sunrise and sunset](https://sunrise-sunset.org) - Provides sunset and sunrise times for locations.
- [TomTom](https://developer.tomtom.com/api-explorer-index/documentation/product-information/introduction) - Geocoding, routing, traffic, and more.
- [USGS earthquake data](https://earthquake.usgs.gov/fdsnws/event/1/) - Search earthquake data by various parameters.
- [what3words](https://developer.what3words.com/public-api) - Converts 3-word addresses to coordinates.
Expand Down

0 comments on commit 7f37964

Please sign in to comment.