Interactive Demo

This demonstration page allows you to test out the Web Services API by sending a request and viewing the JSON data returned. See the Reference Manual for a complete guide to the available services.

Request

https://api-v2.onetcenter.org/
GET parameters
? =
& =
& =
& =
& =
& =
& =
& =
& =
& =

Response

Send a request to see the response.
Loading...
The request could not be completed (). Please try again.
URL:
https://api-v2.onetcenter.org/online/technology/examples/Outage%20management%20system%20OMS
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 2,
   "total": 2,
   "summary": {
      "title": "Outage management system OMS",
      "description": "An outage management system (OMS) is a computer system used by operators of electric distribution systems to assist in restoration of power.",
      "source_url": "https://en.wikipedia.org/wiki/Outage_management_system",
      "license_url": "https://creativecommons.org/licenses/by-sa/3.0/"
   },
   "category": [
      {
         "href": "https://api-v2.onetcenter.org/online/technology/categories/43232608",
         "code": 43232608,
         "title": "Industrial control software"
      }
   ],
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/51-8011.00/",
         "code": "51-8011.00",
         "title": "Nuclear Power Reactor Operators",
         "tags": {},
         "job_zone": {
            "code": 3,
            "title": "Job Zone Three: Medium Preparation Needed"
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/51-8012.00/",
         "code": "51-8012.00",
         "title": "Power Distributors and Dispatchers",
         "tags": {},
         "job_zone": {
            "code": 3,
            "title": "Job Zone Three: Medium Preparation Needed"
         }
      }
   ]
}