Api session items weathers: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
Api session items [[Weather]] Endpoints. | Api session items [[Weather]] Endpoints. | ||
Manipulate items with event: [[Api session event editor | Manipulate items with event: [[Api session event editor |Api session event editor ]]. | ||
Default Query: | Default Query: | ||
< | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/weathers/?f=JSON&token=API_TOKEN</syntaxhighlight> | ||
Example Response: | Example Response: | ||
< | <syntaxhighlight lang="text" copy>[ { | ||
"attributes" : { | "attributes" : { | ||
"EVAPORATION_M" : [ 7200.0, 1.25E-4 ], | "EVAPORATION_M" : [ 7200.0, 1.25E-4 ], | ||
| Line 20: | Line 20: | ||
"triggerSec" : -1.0, | "triggerSec" : -1.0, | ||
"version" : 1 | "version" : 1 | ||
} ]</ | } ]</syntaxhighlight> | ||
==Limit Queries== | ==Limit Queries== | ||
version=100: | version=100: | ||
| Line 45: | Line 45: | ||
<pre>https://engine.tygron.com/api/session/items/weathers/?f=ZIPSMILE&token=API_TOKEN</pre> | <pre>https://engine.tygron.com/api/session/items/weathers/?f=ZIPSMILE&token=API_TOKEN</pre> | ||
{{article end|seealso=*[[Api Content Items]] | {{article end|seealso=*[[Api Content Items]] | ||
*[[Api session event editor | *[[Api session event editor ]] | ||
}} | }} | ||
[[Category:API]] | [[Category:API]] | ||
Revision as of 11:35, 10 April 2026
Api session items Weather Endpoints.
Manipulate items with event: Api session event editor .
Default Query:
https://engine.tygron.com/api/session/items/weathers/?f=JSON&token=API_TOKENExample Response:
[ {
"attributes" : {
"EVAPORATION_M" : [ 7200.0, 1.25E-4 ],
"RAIN_M" : [ 3600.0, 0.03, 7200.0, 0.0 ]
},
"durationInSecs" : 10.0,
"effect" : "RAIN",
"floodOverlayID" : -1,
"floodingM" : 5.0,
"id" : 0,
"maquetteOverride" : null,
"name" : "Rain",
"triggerSec" : -1.0,
"version" : 1
} ]Limit Queries
version=100:
https://engine.tygron.com/api/session/items/weathers/?version=100&token=API_TOKEN
Show Queries
max version:
https://engine.tygron.com/api/session/items/weathers/version/?token=API_TOKEN
size:
https://engine.tygron.com/api/session/items/weathers/size/?token=API_TOKEN
Formats
HTML:
https://engine.tygron.com/api/session/items/weathers/?f=HTML&token=API_TOKEN
JSON:
https://engine.tygron.com/api/session/items/weathers/?f=JSON&token=API_TOKEN
CSV:
https://engine.tygron.com/api/session/items/weathers/?f=CSV&token=API_TOKEN
SSV:
https://engine.tygron.com/api/session/items/weathers/?f=SSV&token=API_TOKEN
SMILE:
https://engine.tygron.com/api/session/items/weathers/?f=SMILE&token=API_TOKEN
ZIPJSON:
https://engine.tygron.com/api/session/items/weathers/?f=ZIPJSON&token=API_TOKEN
ZIPSMILE:
https://engine.tygron.com/api/session/items/weathers/?f=ZIPSMILE&token=API_TOKEN