Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/serhiybutz/OpenTripMapAPI
OpenTripMap API for Swift
https://github.com/serhiybutz/OpenTripMapAPI
api combine combine-framework ios-swift macos opentripmap swift tvos watchos
Last synced: 2 months ago
JSON representation
OpenTripMap API for Swift
- Host: GitHub
- URL: https://github.com/serhiybutz/OpenTripMapAPI
- Owner: serhiybutz
- License: mit
- Created: 2021-05-26T08:40:26.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-02T14:01:31.000Z (about 2 years ago)
- Last Synced: 2023-05-01T00:40:10.549Z (over 1 year ago)
- Topics: api, combine, combine-framework, ios-swift, macos, opentripmap, swift, tvos, watchos
- Language: Swift
- Homepage:
- Size: 34.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenTripMapAPI
Source: https://opentripmap.io/docs
https://opentripmap.io/productAPI Requests
* Request for detailed information about a specific object.
Example: http://api.opentripmap.com/0.1/ru/places/xid/Q372040?apikey=xxxxx - request by the object with ID Q372040.
* Request for a list of objects within the selected area.
Example: http://api.opentripmap.com/0.1/en/places/bbox?lon_min=38.364285&lat_min=59.855685&lon_max=38.372809&lat_max=59.859052&kinds=churches&format=geojson&apikey=xxxxx - request for the list of churches within the selected area.