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/occupations/17-2161.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-2161.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "5384",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2161.00/related/tasks/5384",
         "title": "Design or develop nuclear equipment, such as reactor cores, radiation shielding, or associated instrumentation or control mechanisms."
      },
      {
         "id": "5380",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2161.00/related/tasks/5380",
         "title": "Monitor nuclear facility operations to identify any design, construction, or operation practices that violate safety regulations and laws or could jeopardize safe operations."
      },
      {
         "id": "5385",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2161.00/related/tasks/5385",
         "title": "Initiate corrective actions or order plant shutdowns in emergency situations."
      },
      {
         "id": "5379",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2161.00/related/tasks/5379",
         "title": "Examine accidents to obtain data for use in design of preventive measures."
      },
      {
         "id": "5389",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2161.00/related/tasks/5389",
         "title": "Direct operating or maintenance activities of nuclear power plants to ensure efficiency and conformity to safety standards."
      }
   ]
}