Get status and outage information of a service
GET
https://isdown.app/api/v2/services/{service_name}
Path Parameters
Name
Type
Description
service_name*
String
Parameterize name for the service. Get the service_name from the url of a service. E.g., https://isdown.app/services/digitalocean it's digitalocean.
Headers
Name
Type
Description
Authorization*
String
Bearer API_KEY
{
"data": {
"id": "10000",
"type": "service",
"attributes": {
"name": "Demo Service",
"status": "ok",
"status_page_url": "https://status.demo-service.com/",
"isdown_url": "https://isdown.app/integrations/demo-service"
}
}
}
Last updated