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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 30,
   "next": "https://api-v2.onetcenter.org/online/occupations/33-3051.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}