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/25-2011.00/summary/work_context
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 25,
   "next": "https://api-v2.onetcenter.org/online/occupations/25-2011.00/summary/work_context?start=6&end=10",
   "element": [
      {
         "id": "4.C.1.a.4",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2011.00/related/work_context/4.C.1.a.4",
         "name": "Contact With Others",
         "description": "How much does this job require the worker to be in contact with others (face-to-face, by telephone, or otherwise) in order to perform it?",
         "response": [
            {
               "percentage_of_respondents": 89,
               "description": "Constant contact with others"
            }
         ]
      },
      {
         "id": "4.C.2.a.1.a",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2011.00/related/work_context/4.C.2.a.1.a",
         "name": "Indoors, Environmentally Controlled",
         "description": "How often does this job require working indoors in an environmentally controlled environment (like a warehouse with air conditioning)?",
         "response": [
            {
               "percentage_of_respondents": 83,
               "description": "Every day"
            }
         ]
      },
      {
         "id": "4.C.1.b.1.e",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2011.00/related/work_context/4.C.1.b.1.e",
         "name": "Work With or Contribute to a Work Group or Team",
         "description": "How important is it to work with or contribute to a work group or team in this job?",
         "response": [
            {
               "percentage_of_respondents": 60,
               "description": "Extremely important"
            }
         ]
      },
      {
         "id": "4.C.1.a.2.l",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2011.00/related/work_context/4.C.1.a.2.l",
         "name": "Face-to-Face Discussions with Individuals and Within Teams",
         "description": "How frequently does your job require face-to-face discussions with individuals and within teams?",
         "response": [
            {
               "percentage_of_respondents": 72,
               "description": "Every day"
            }
         ]
      },
      {
         "id": "4.C.2.a.3",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2011.00/related/work_context/4.C.2.a.3",
         "name": "Physical Proximity",
         "description": "To what extent does this job require the worker to perform job tasks physically close to other people?",
         "response": [
            {
               "percentage_of_respondents": 46,
               "description": "Very close (near touching)"
            }
         ]
      }
   ]
}