Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://nrohrbach.github.io/ApiDocumentation/
Documentation of all application-programming interfaces (API) where SFOE's data can be queried automatically.
https://nrohrbach.github.io/ApiDocumentation/
api documentation
Last synced: 2 months ago
JSON representation
Documentation of all application-programming interfaces (API) where SFOE's data can be queried automatically.
- Host: GitHub
- URL: https://nrohrbach.github.io/ApiDocumentation/
- Owner: nrohrbach
- License: unlicense
- Fork: true (niklasbuschmann/contrast)
- Created: 2022-02-08T06:47:31.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T12:58:55.000Z (almost 2 years ago)
- Last Synced: 2023-08-21T15:25:51.707Z (about 1 year ago)
- Topics: api, documentation
- Language: JavaScript
- Homepage: https://nrohrbach.github.io/ApiDocumentation/
- Size: 5.96 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ogd-switzerland - Additional API documentation - More information for APIs provided by opendata.swiss, Geo Admin, and Shared mobility. (APIs / Miscellaneous Geo Data)
README
# Application Programming Interface Documentation
A programming interface or application-programming interface (API) is a way to provide data and services according to clearly defined, technical requirements. An API allows two computers or computer applications to communicate with each other over a network (usually the Internet).The communication follows a question-answer scheme. A possible question is, for example: «Which hydroelectric power plants are located within 5km of point X/Y». In response, the API delivers a list of relevant power plants. The questions are predefined in the structure, but can be adapted or programmed by parameters. In the example above, the type of power plant, the radius and the point X/Y can be freely selected.
The SFOE’s data can be queried automatically via programming interfaces. A computer can automatically execute the question in the example above taking account of changing parameters and further use the results. Various APIs are available to access SFOE data and metadata.
## Available APIs
* [GeoAdmin API](https://github.com/nrohrbach/ApplicationProgrammingInterfaceDocumentation/blob/main/GeoAdminAPI.md)
* [Opendata.swiss Metadata API](https://github.com/nrohrbach/ApplicationProgrammingInterfaceDocumentation/blob/main/Opendata.swissMetadataAPI.md)
* [STAC API](https://github.com/nrohrbach/ApplicationProgrammingInterfaceDocumentation/blob/main/StacAPI.md)
* [Sharedmobility.ch API](https://github.com/SFOE/sharedmobility/blob/main/Sharedmobility.ch-API.md)
* [Ilicop API](https://github.com/nrohrbach/ApiDocumentation/blob/master/IlicopAPI.md)