Fetch one status page by guid, including layout and appearance settings.
| Method | POST |
| Url | https://downdar.com/api/v1/status/get |
guid
key
|
Status page id. |
ok
|
Always true on success. |
status_page
|
Status page object. Fields below apply to status_page. |
rate_limit
|
Rate limit state for the tier this endpoint consumes. Present on every successful response. |
guid
|
Status page id. |
name
|
Page name. |
title_url
|
Optional link URL for the page title. |
theme
|
light or dark. |
display_mode
|
compact or detailed. |
show_targets
|
true to show monitor targets on the public page. |
page_background_hex
|
Page background color. |
header_color_hex
|
Header background color. |
text_color_hex
|
Body text color. |
published
|
draft or published. |
noindex
|
true to discourage search indexing. |
public_url
|
Public URL path for this page. |
embed_origins
|
Hostnames allowed to embed this page in an iframe. |
layout
|
Sections and monitors on the page. |
monitor_count
|
Monitors on this page. |
sections
|
Ordered section list. |
monitors
|
Monitors shown on the page. |
id
|
Section id. |
name
|
Section name. |
sort_order
|
Display order. |
monitor_type
|
http, ping, tcp, ssl, dns, or heartbeat. |
guid
|
Monitor id. |
display_name
|
Optional override label; empty uses the monitor name. |
name
|
Resolved label shown on the page. |
section_id
|
Section id, or null for the root list. |
sort_order
|
Display order. |
tier
|
Rate tier this endpoint counts against (1-5). |
cost
|
Units consumed by this request against the tier window. |
timeframe
|
Rolling limit window: second, minute, hour, or day. |
limit
|
Maximum units allowed in the timeframe for this tier on your plan. |
used
|
Units already used in the current window. |
remaining
|
Units left before this tier returns HTTP 429. |