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/27-2031.00/summary/abilities
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/27-2031.00/summary/abilities?start=6&end=10",
   "element": [
      {
         "id": "1.A.3.c.3",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2031.00/related/abilities/1.A.3.c.3",
         "name": "Gross Body Coordination",
         "description": "The ability to coordinate the movement of your arms, legs, and torso together when the whole body is in motion."
      },
      {
         "id": "1.A.3.c.1",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2031.00/related/abilities/1.A.3.c.1",
         "name": "Extent Flexibility",
         "description": "The ability to bend, stretch, twist, or reach with your body, arms, and/or legs."
      },
      {
         "id": "1.A.3.a.3",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2031.00/related/abilities/1.A.3.a.3",
         "name": "Dynamic Strength",
         "description": "The ability to exert muscle force repeatedly or continuously over time. This involves muscular endurance and resistance to muscle fatigue."
      },
      {
         "id": "1.A.3.b.1",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2031.00/related/abilities/1.A.3.b.1",
         "name": "Stamina",
         "description": "The ability to exert yourself physically over long periods of time without getting winded or out of breath."
      },
      {
         "id": "1.A.3.a.4",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2031.00/related/abilities/1.A.3.a.4",
         "name": "Trunk Strength",
         "description": "The ability to use your abdominal and lower back muscles to support part of the body repeatedly or continuously over time without \"giving out\" or fatiguing."
      }
   ]
}