URLs¶
JSON¶
A lot of information can be fetched in JSON format via the http://<espeasyip>/json
url.
At the root of the JSON output is a value names TTL
which reflects the lowest task interval of all tasks included in the output.
URL |
Description |
---|---|
|
Most elaborate dump of information including:
|
|
All task values of all tasks and needed information to format the values. |
|
All task values of a specific task nr and needed information to format the values. N.B. task nr starts at 1. |
CSV¶
Task values and their names can be fetched in simple CSV format via a GET url.
N.B. task number and variable number do count starting at 0.
URL |
Description |
---|---|
|
All values of a task with header. T;H;P
26.08;43.10;1012.50
|
|
A single value of a task with header. T;
26.08;
|
|
A single value of a task without header. 26.08;
|