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/33-3051.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 30,
   "next": "https://api-v2.onetcenter.org/online/occupations/33-3051.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "23051",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3051.00/related/tasks/23051",
         "title": "Identify, pursue, and arrest suspects and perpetrators of criminal acts.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "23052",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3051.00/related/tasks/23052",
         "title": "Provide for public safety by maintaining order, responding to emergencies, protecting people and property, enforcing motor vehicle and criminal laws, and promoting good community relations.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "23053",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3051.00/related/tasks/23053",
         "title": "Record facts to prepare reports that document incidents and activities.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "23054",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3051.00/related/tasks/23054",
         "title": "Render aid to accident survivors and other persons requiring first aid for physical injuries.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "23056",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3051.00/related/tasks/23056",
         "title": "Review facts of incidents to determine if criminal act or statute violations were involved.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "23055",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3051.00/related/tasks/23055",
         "title": "Investigate illegal or suspicious activities.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "23057",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3051.00/related/tasks/23057",
         "title": "Monitor, note, report, and investigate suspicious persons and situations, safety hazards, and unusual or illegal activity in patrol area.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "23058",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3051.00/related/tasks/23058",
         "title": "Testify in court to present evidence or act as witness in traffic and criminal cases.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "23061",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3051.00/related/tasks/23061",
         "title": "Relay complaint and emergency-request information to appropriate agency dispatchers.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "23060",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3051.00/related/tasks/23060",
         "title": "Monitor traffic to ensure motorists observe traffic regulations and exhibit safe driving procedures.",
         "importance": 83,
         "category": "Core"
      }
   ]
}