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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-2161.00/details/tasks?start=11&end=20",
   "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.",
         "importance": 88,
         "category": "Core"
      },
      {
         "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.",
         "importance": 87,
         "category": "Core"
      },
      {
         "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.",
         "importance": 86,
         "category": "Core"
      },
      {
         "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.",
         "importance": 84,
         "category": "Core"
      },
      {
         "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.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "5383",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2161.00/related/tasks/5383",
         "title": "Design or oversee construction or operation of nuclear reactors, power plants, or nuclear fuels reprocessing and reclamation systems.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "19642",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2161.00/related/tasks/19642",
         "title": "Direct environmental compliance activities associated with nuclear plant operations or maintenance.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "5387",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2161.00/related/tasks/5387",
         "title": "Write operational instructions to be used in nuclear plant operation or nuclear fuel or waste handling and disposal.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "20956",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2161.00/related/tasks/20956",
         "title": "Prepare technical reports of findings or recommendations, based on synthesized analyses of test results.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "19643",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2161.00/related/tasks/19643",
         "title": "Prepare environmental impact statements, reports, or presentations for regulatory or other agencies.",
         "importance": 76,
         "category": "Core"
      }
   ]
}