Api session location: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
Tags: Manual revert Reverted
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
API Endpoint: api/session/location/
API Base URL: api/session/location


===GET location===
===GET location===
Line 26: Line 26:
| 2024
| 2024
|}
|}
===='''Examples====
'''HTML''':
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/location/?f=HTML&token=API_TOKEN</syntaxhighlight>
'''JSON''':
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/location/?f=JSON&token=API_TOKEN</syntaxhighlight>
'''GEOJSON''':
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/location/?f=GEOJSON&token=API_TOKEN</syntaxhighlight>
'''SMILE''':
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/location/?f=SMILE&token=API_TOKEN</syntaxhighlight>
'''ZIPJSON''':
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/location/?f=ZIPJSON&token=API_TOKEN</syntaxhighlight>
'''ZIPSMILE''':
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/location/?f=ZIPSMILE&token=API_TOKEN</syntaxhighlight>


{{article end
{{article end

Latest revision as of 10:01, 13 July 2026

API Base URL: 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

See also