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/11-9161.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 23,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-9161.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "7263",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9161.00/related/tasks/7263",
         "title": "Consult with officials of local and area governments, schools, hospitals, and other institutions to determine their needs and capabilities in the event of a natural disaster or other emergency.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "7258",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9161.00/related/tasks/7258",
         "title": "Develop and maintain liaisons with municipalities, county departments, and similar entities to facilitate plan development, response effort coordination, and exchanges of personnel and equipment.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "7257",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9161.00/related/tasks/7257",
         "title": "Coordinate disaster response or crisis management activities, such as ordering evacuations, opening public shelters, and implementing special needs plans and programs.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "7260",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9161.00/related/tasks/7260",
         "title": "Prepare emergency situation status reports that describe response and recovery efforts, needs, and preliminary damage assessments.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "7256",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9161.00/related/tasks/7256",
         "title": "Maintain and update all resource materials associated with emergency preparedness plans.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "7254",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9161.00/related/tasks/7254",
         "title": "Prepare plans that outline operating procedures to be used in response to disasters or emergencies, such as hurricanes, nuclear accidents, and terrorist attacks, and in recovery from these events.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "7264",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9161.00/related/tasks/7264",
         "title": "Develop and perform tests and evaluations of emergency management plans in accordance with state and federal regulations.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "7266",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9161.00/related/tasks/7266",
         "title": "Collaborate with other officials to prepare and analyze damage assessments following disasters or emergencies.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "7261",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9161.00/related/tasks/7261",
         "title": "Design and administer emergency or disaster preparedness training courses that teach people how to effectively respond to major emergencies and disasters.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "7253",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9161.00/related/tasks/7253",
         "title": "Keep informed of activities or changes that could affect the likelihood of an emergency, response efforts, or plan implementation.",
         "importance": 76,
         "category": "Core"
      }
   ]
}