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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 7,
   "total": 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.",
         "importance": 87,
         "category": "Core"
      },
      {
         "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.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "14840",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1074.00/related/tasks/14840",
         "title": "Recruit and hire agricultural workers.",
         "importance": 83,
         "category": "Core"
      },
      {
         "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.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "14842",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1074.00/related/tasks/14842",
         "title": "Supervise the work of contracted employees.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "14843",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1074.00/related/tasks/14843",
         "title": "Furnish tools for employee use.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "14844",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1074.00/related/tasks/14844",
         "title": "Direct and transport workers to appropriate work sites.",
         "importance": 78,
         "category": "Supplemental"
      }
   ]
}