Api session location: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 30: | Line 30: | ||
'''HTML''': | '''HTML''': | ||
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/location/?f=HTML&token=API_TOKEN</syntaxhighlight> | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/location/?f=HTML&token=API_TOKEN</syntaxhighlight> | ||
'''JSON''': | '''JSON''': | ||
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/location/?f=JSON&token=API_TOKEN</syntaxhighlight> | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/location/?f=JSON&token=API_TOKEN</syntaxhighlight> | ||
'''GEOJSON''': | '''GEOJSON''': | ||
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/location/?f=GEOJSON&token=API_TOKEN</syntaxhighlight> | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/location/?f=GEOJSON&token=API_TOKEN</syntaxhighlight> | ||
'''SMILE''': | '''SMILE''': | ||
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/location/?f=SMILE&token=API_TOKEN</syntaxhighlight> | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/location/?f=SMILE&token=API_TOKEN</syntaxhighlight> | ||
'''ZIPJSON''': | '''ZIPJSON''': | ||
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/location/?f=ZIPJSON&token=API_TOKEN</syntaxhighlight> | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/location/?f=ZIPJSON&token=API_TOKEN</syntaxhighlight> | ||
'''ZIPSMILE''': | '''ZIPSMILE''': | ||
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/location/?f=ZIPSMILE&token=API_TOKEN</syntaxhighlight> | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/location/?f=ZIPSMILE&token=API_TOKEN</syntaxhighlight> | ||
{{article end | {{article end | ||
Revision as of 11:28, 15 June 2026
API Endpoint: api/session/location/
GET location
API Endpoint: api/session/location
Parameters:
| Name | Location | Type | Default value |
|---|---|---|---|
| crs | Query | String | EPSG:3857 |
| f | Query | Format | HTML |
| api-version | Query | String | 2024 |
Examples
HTML:
https://engine.tygron.com/api/session/location/?f=HTML&token=API_TOKENJSON:
https://engine.tygron.com/api/session/location/?f=JSON&token=API_TOKENGEOJSON:
https://engine.tygron.com/api/session/location/?f=GEOJSON&token=API_TOKENSMILE:
https://engine.tygron.com/api/session/location/?f=SMILE&token=API_TOKENZIPJSON:
https://engine.tygron.com/api/session/location/?f=ZIPJSON&token=API_TOKENZIPSMILE:
https://engine.tygron.com/api/session/location/?f=ZIPSMILE&token=API_TOKEN