Skip to content

endpoint_service id

Benjamin Fourmaux edited this page Sep 28, 2022 · 8 revisions

Service/:id

list of all services

Methods

Request

GET api.service-down.net/service/:sevice_id

Parameters

List of url parameters available on this endpoint

Name Description Type
fields (optionnal) List of field name you need String List ( separated with ',' )

Response

Return a Service

{
   "id": 146,
   "name": "Orange",
   "cname": "ORANGE",
   "description": null,
   "path": "/statut/orange-france",
   "website": null,
   "twitterUsername": null,
   "countries": [
      {
         "id": 74,
         "name": "France",
         "shortname": "FR",
         "domainSuffix": "fr",
         "isAvailable": true
      }
   ]
}

Errors