Schema

Access

The API is accessible at http(s)://[hostname]/api/.

Data Format

  • All data is exchanged in JSON (JavaScript Object Notation) format.

  • Blank fields are explicitly included as null values to ensure consistency.

Timestamps

  • 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 RFC 3339, section 5.6.