Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 19 days ago
JSON representation

Documentation of all application-programming interfaces (API) where SFOE's data can be queried automatically.

Awesome Lists containing this project

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)