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/13-1074.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 7,
   "next": "https://api-v2.onetcenter.org/online/occupations/13-1074.00/summary/tasks?start=6&end=7",
   "task": [
      {
         "id": "14838",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1074.00/related/tasks/14838",
         "title": "Pay wages of contracted farm laborers."
      },
      {
         "id": "14839",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1074.00/related/tasks/14839",
         "title": "Provide food, drinking water, and field sanitation facilities to contracted workers."
      },
      {
         "id": "14840",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1074.00/related/tasks/14840",
         "title": "Recruit and hire agricultural workers."
      },
      {
         "id": "14841",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1074.00/related/tasks/14841",
         "title": "Employ foremen to deal directly with workers when recruiting, hiring, instructing, assigning tasks, and enforcing work rules."
      },
      {
         "id": "14842",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1074.00/related/tasks/14842",
         "title": "Supervise the work of contracted employees."
      }
   ]
}