Api session location: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
Tag: Reverted
Replaced content with "API Endpoint: api/session/location/ {{article end |seealso= *Endpoints }} Category:API"
Tags: Replaced Manual revert
Line 1: Line 1:
API Endpoint: api/session/location/
API Endpoint: api/session/location/
===GET===
API Endpoint: api/session/
'''Parameters:''' None
===='''Examples====
'''HTML''':
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/location/?f=HTML&token=API_TOKEN</syntaxhighlight>
HTML
'''JSON''':
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/location/?f=JSON&token=API_TOKEN</syntaxhighlight>
HTML
'''GEOJSON''':
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/location/?f=GEOJSON&token=API_TOKEN</syntaxhighlight>
HTML
'''SMILE''':
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/location/?f=SMILE&token=API_TOKEN</syntaxhighlight>
HTML
'''ZIPJSON''':
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/location/?f=ZIPJSON&token=API_TOKEN</syntaxhighlight>
HTML
'''ZIPSMILE''':
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/location/?f=ZIPSMILE&token=API_TOKEN</syntaxhighlight>
HTML
===GET location===
API Endpoint: api/session/location
'''Parameters:'''
{|class=wikitable
!Name
!Location
!Type
!Default value
|-
| crs
| Query
| String
| EPSG:3857
|-
| f
| Query
| [[Format]]
| HTML
|-
| api-version
| Query
| String
| 2024
|}
===='''Examples====
'''HTML''':
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/location/?f=HTML&token=API_TOKEN</syntaxhighlight>
HTML
'''JSON''':
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/location/?f=JSON&token=API_TOKEN</syntaxhighlight>
HTML
'''GEOJSON''':
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/location/?f=GEOJSON&token=API_TOKEN</syntaxhighlight>
HTML
'''SMILE''':
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/location/?f=SMILE&token=API_TOKEN</syntaxhighlight>
HTML
'''ZIPJSON''':
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/location/?f=ZIPJSON&token=API_TOKEN</syntaxhighlight>
HTML
'''ZIPSMILE''':
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/location/?f=ZIPSMILE&token=API_TOKEN</syntaxhighlight>
HTML


{{article end
{{article end

Revision as of 09:34, 15 June 2026

API Endpoint: api/session/location/

See also