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/49-9095.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/49-9095.00/details/work_context?start=11&end=20",
   "element": [
      {
         "id": "4.C.2.c.1.e",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9095.00/related/work_context/4.C.2.c.1.e",
         "name": "Exposed to Hazardous Equipment",
         "description": "How often does this job require exposure to hazardous equipment?",
         "context": 98,
         "response": [
            {
               "percentage_of_respondents": 96,
               "description": "Every day"
            }
         ]
      },
      {
         "id": "4.C.2.d.1.b",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9095.00/related/work_context/4.C.2.d.1.b",
         "name": "Spend Time Standing",
         "description": "How much does this job require standing?",
         "context": 95,
         "response": [
            {
               "percentage_of_respondents": 84,
               "description": "Continually or almost continually"
            },
            {
               "percentage_of_respondents": 15,
               "description": "More than half the time"
            }
         ]
      },
      {
         "id": "4.C.2.d.1.h",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9095.00/related/work_context/4.C.2.d.1.h",
         "name": "Spend Time Bending or Twisting Your Body",
         "description": "How much does this job require bending or twisting your body?",
         "context": 92,
         "response": [
            {
               "percentage_of_respondents": 70,
               "description": "Continually or almost continually"
            },
            {
               "percentage_of_respondents": 28,
               "description": "More than half the time"
            }
         ]
      },
      {
         "id": "4.C.2.d.1.e",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9095.00/related/work_context/4.C.2.d.1.e",
         "name": "Spend Time Kneeling, Crouching, Stooping, or Crawling",
         "description": "How much does this job require kneeling, crouching, stooping or crawling?",
         "context": 92,
         "response": [
            {
               "percentage_of_respondents": 69,
               "description": "Continually or almost continually"
            },
            {
               "percentage_of_respondents": 27,
               "description": "More than half the time"
            }
         ]
      },
      {
         "id": "4.C.2.b.1.a",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9095.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": 89,
         "response": []
      },
      {
         "id": "4.C.3.d.8",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9095.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": 87,
         "response": [
            {
               "percentage_of_respondents": 86,
               "description": "More than 40 hours"
            },
            {
               "percentage_of_respondents": 13,
               "description": "Less than 40 hours"
            }
         ]
      },
      {
         "id": "4.C.3.a.2.b",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9095.00/related/work_context/4.C.3.a.2.b",
         "name": "Frequency of Decision Making",
         "description": "How often is the worker required to make decisions that affect other people, the financial resources, and/or the image and reputation of the organization?",
         "context": 87,
         "response": [
            {
               "percentage_of_respondents": 75,
               "description": "Every day"
            },
            {
               "percentage_of_respondents": 12,
               "description": "Once a week or more but not every day"
            },
            {
               "percentage_of_respondents": 12,
               "description": "Once a year or more but not every month"
            }
         ]
      },
      {
         "id": "4.C.2.a.1.c",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9095.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": 86,
         "response": []
      },
      {
         "id": "4.C.2.d.1.g",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9095.00/related/work_context/4.C.2.d.1.g",
         "name": "Spend Time Using Your Hands to Handle, Control, or Feel Objects, Tools, or Controls",
         "description": "How much does this job require using your hands to handle, control, or feel objects, tools or controls?",
         "context": 85,
         "response": []
      },
      {
         "id": "4.C.3.a.2.a",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9095.00/related/work_context/4.C.3.a.2.a",
         "name": "Impact of Decisions on Co-workers or Company Results",
         "description": "What results do your decisions usually have on other people or the image or reputation or financial resources of your employer?",
         "context": 83,
         "response": [
            {
               "percentage_of_respondents": 13,
               "description": "Moderate results"
            }
         ]
      }
   ]
}