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/53-7121.00/details/work_context
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 57,
   "next": "https://api-v2.onetcenter.org/online/occupations/53-7121.00/details/work_context?start=11&end=20",
   "element": [
      {
         "id": "4.C.2.e.1.d",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7121.00/related/work_context/4.C.2.e.1.d",
         "name": "Wear Common Protective or Safety Equipment such as Safety Shoes, Glasses, Gloves, Hearing Protection, Hard Hats, or Life Jackets",
         "description": "How often does this job require wearing common protective or safety equipment such as safety shoes, glasses, gloves, hearing protection, hard hats or life-jackets?",
         "context": 99,
         "response": [
            {
               "percentage_of_respondents": 97,
               "description": "Every day"
            }
         ]
      },
      {
         "id": "4.C.1.a.2.l",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7121.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?",
         "context": 96,
         "response": [
            {
               "percentage_of_respondents": 88,
               "description": "Every day"
            }
         ]
      },
      {
         "id": "4.C.3.a.1",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7121.00/related/work_context/4.C.3.a.1",
         "name": "Consequence of Error",
         "description": "How serious would the result usually be if the worker made a mistake that was not easily correctable?",
         "context": 94,
         "response": [
            {
               "percentage_of_respondents": 89,
               "description": "Extremely serious"
            }
         ]
      },
      {
         "id": "4.C.2.a.1.c",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7121.00/related/work_context/4.C.2.a.1.c",
         "name": "Outdoors, Exposed to All Weather Conditions",
         "description": "How often does this job require working outdoors, exposed to all weather conditions?",
         "context": 94,
         "response": [
            {
               "percentage_of_respondents": 84,
               "description": "Every day"
            },
            {
               "percentage_of_respondents": 11,
               "description": "Once a week or more but not every day"
            }
         ]
      },
      {
         "id": "4.C.2.b.1.d",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7121.00/related/work_context/4.C.2.b.1.d",
         "name": "Exposed to Contaminants",
         "description": "How often does this job require working exposed to contaminants (such as pollutants, gases, dust or odors)?",
         "context": 93,
         "response": [
            {
               "percentage_of_respondents": 86,
               "description": "Every day"
            }
         ]
      },
      {
         "id": "4.C.3.d.8",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7121.00/related/work_context/4.C.3.d.8",
         "name": "Duration of Typical Work Week",
         "description": "Number of hours typically worked in one week.",
         "context": 91,
         "response": [
            {
               "percentage_of_respondents": 82,
               "description": "More than 40 hours"
            },
            {
               "percentage_of_respondents": 18,
               "description": "40 hours"
            }
         ]
      },
      {
         "id": "4.C.2.c.1.d",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7121.00/related/work_context/4.C.2.c.1.d",
         "name": "Exposed to Hazardous Conditions",
         "description": "How often does this job require exposure to hazardous conditions?",
         "context": 91,
         "response": [
            {
               "percentage_of_respondents": 85,
               "description": "Every day"
            }
         ]
      },
      {
         "id": "4.C.2.b.1.a",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7121.00/related/work_context/4.C.2.b.1.a",
         "name": "Exposed to Sounds, Noise Levels that are Distracting or Uncomfortable",
         "description": "How often does this job require working exposed to sounds and noise levels that are distracting or uncomfortable?",
         "context": 90,
         "response": [
            {
               "percentage_of_respondents": 85,
               "description": "Every day"
            }
         ]
      },
      {
         "id": "4.C.1.b.1.e",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7121.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?",
         "context": 90,
         "response": [
            {
               "percentage_of_respondents": 78,
               "description": "Extremely important"
            }
         ]
      },
      {
         "id": "4.C.1.c.1",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7121.00/related/work_context/4.C.1.c.1",
         "name": "Health and Safety of Other Workers",
         "description": "How much responsibility is there for the health and safety of others in this job?",
         "context": 88,
         "response": [
            {
               "percentage_of_respondents": 80,
               "description": "Very high responsibility"
            }
         ]
      }
   ]
}