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/51-6011.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 23,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-6011.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "12121",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6011.00/related/tasks/12121",
         "title": "Load articles into washers or dry-cleaning machines, or direct other workers to perform loading."
      },
      {
         "id": "12118",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6011.00/related/tasks/12118",
         "title": "Start washers, dry cleaners, driers, or extractors, and turn valves or levers to regulate machine processes and the volume of soap, detergent, water, bleach, starch, and other additives."
      },
      {
         "id": "12125",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6011.00/related/tasks/12125",
         "title": "Operate extractors and driers, or direct their operation."
      },
      {
         "id": "12124",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6011.00/related/tasks/12124",
         "title": "Remove items from washers or dry-cleaning machines, or direct other workers to do so."
      },
      {
         "id": "12119",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6011.00/related/tasks/12119",
         "title": "Sort and count articles removed from dryers, and fold, wrap, or hang them."
      }
   ]
}