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

URL:
https://api-v2.onetcenter.org/online/occupations/37-3012.00/summary/work_activities
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 29,
   "next": "https://api-v2.onetcenter.org/online/occupations/37-3012.00/summary/work_activities?start=6&end=10",
   "element": [
      {
         "id": "4.A.3.a.4",
         "related": "https://api-v2.onetcenter.org/online/occupations/37-3012.00/related/work_activities/4.A.3.a.4",
         "name": "Operating Vehicles, Mechanized Devices, or Equipment",
         "description": "Running, maneuvering, navigating, or driving vehicles or mechanized equipment, such as forklifts, passenger vehicles, aircraft, or watercraft."
      },
      {
         "id": "4.A.1.a.2",
         "related": "https://api-v2.onetcenter.org/online/occupations/37-3012.00/related/work_activities/4.A.1.a.2",
         "name": "Monitoring Processes, Materials, or Surroundings",
         "description": "Monitoring and reviewing information from materials, events, or the environment, to detect or assess problems."
      },
      {
         "id": "4.A.1.a.1",
         "related": "https://api-v2.onetcenter.org/online/occupations/37-3012.00/related/work_activities/4.A.1.a.1",
         "name": "Getting Information",
         "description": "Observing, receiving, and otherwise obtaining information from all relevant sources."
      },
      {
         "id": "4.A.3.a.1",
         "related": "https://api-v2.onetcenter.org/online/occupations/37-3012.00/related/work_activities/4.A.3.a.1",
         "name": "Performing General Physical Activities",
         "description": "Performing general physical activities includes doing activities that require considerable use of your arms and legs and moving your whole body, such as climbing, lifting, balancing, walking, stooping, and handling materials."
      },
      {
         "id": "4.A.3.a.2",
         "related": "https://api-v2.onetcenter.org/online/occupations/37-3012.00/related/work_activities/4.A.3.a.2",
         "name": "Handling and Moving Objects",
         "description": "Using hands and arms in handling, installing, positioning, and moving materials, and manipulating things."
      }
   ]
}