Get site state
unulu_get_stateReturns the current state of a site including its name, bio, links, and URL. No authentication required. If expires_at is absent, the site has been claimed and is permanent. Accepts a site ID, a full URL (e.g. https://abc123.unu.lu), or a bare hostname (e.g. abc123.unu.lu).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site_id | Yes | Site ID, full URL (e.g. https://abc123.unu.lu), or bare hostname (e.g. abc123.unu.lu) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bio | No | ||
| url | Yes | ||
| name | Yes | ||
| links | Yes | ||
| site_id | Yes | ||
| skin_id | No | ||
| expires_at | No |