The API is accessible at http(s)://[hostname]/api/
.
All data is exchanged in JSON (JavaScript Object Notation) format.
Blank fields are explicitly included as null values to ensure consistency.
All timestamps returned by the API follow the RFC 3339 format: YYYY-MM-DDTHH:MM:SSZ.
This format specifies the year, month, day, hour, minute, second, and a mandatory "Z" character indicating Coordinated Universal Time (UTC).
For detailed information on timestamps in RFC 3339, refer to .