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/database/rows/level_scale_anchors
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 20,
   "total": 483,
   "next": "https://api-v2.onetcenter.org/database/rows/level_scale_anchors?start=21&end=40",
   "row": [
      {
         "element_id": "1.A.1.a.1",
         "element_name": "Oral Comprehension",
         "scale_id": "LV",
         "scale_name": "Level",
         "anchor_value": 2,
         "anchor_description": "Understand a television commercial"
      },
      {
         "element_id": "1.A.1.a.1",
         "element_name": "Oral Comprehension",
         "scale_id": "LV",
         "scale_name": "Level",
         "anchor_value": 4,
         "anchor_description": "Understand a coach's oral instructions for a sport"
      },
      {
         "element_id": "1.A.1.a.1",
         "element_name": "Oral Comprehension",
         "scale_id": "LV",
         "scale_name": "Level",
         "anchor_value": 6,
         "anchor_description": "Understand a lecture on advanced physics"
      },
      {
         "element_id": "1.A.1.a.2",
         "element_name": "Written Comprehension",
         "scale_id": "LV",
         "scale_name": "Level",
         "anchor_value": 2,
         "anchor_description": "Understand signs on the highway"
      },
      {
         "element_id": "1.A.1.a.2",
         "element_name": "Written Comprehension",
         "scale_id": "LV",
         "scale_name": "Level",
         "anchor_value": 4,
         "anchor_description": "Understand an apartment lease"
      },
      {
         "element_id": "1.A.1.a.2",
         "element_name": "Written Comprehension",
         "scale_id": "LV",
         "scale_name": "Level",
         "anchor_value": 6,
         "anchor_description": "Understand an instruction book on repairing Artificial Intelligence systems"
      },
      {
         "element_id": "1.A.1.a.3",
         "element_name": "Oral Expression",
         "scale_id": "LV",
         "scale_name": "Level",
         "anchor_value": 2,
         "anchor_description": "Place an order at a restaurant drive-thru"
      },
      {
         "element_id": "1.A.1.a.3",
         "element_name": "Oral Expression",
         "scale_id": "LV",
         "scale_name": "Level",
         "anchor_value": 4,
         "anchor_description": "Give instructions to a lost motorist"
      },
      {
         "element_id": "1.A.1.a.3",
         "element_name": "Oral Expression",
         "scale_id": "LV",
         "scale_name": "Level",
         "anchor_value": 6,
         "anchor_description": "Explain advanced principles of genetics to college freshmen"
      },
      {
         "element_id": "1.A.1.a.4",
         "element_name": "Written Expression",
         "scale_id": "LV",
         "scale_name": "Level",
         "anchor_value": 1,
         "anchor_description": "Write a note to remind someone to take food out of the freezer"
      },
      {
         "element_id": "1.A.1.a.4",
         "element_name": "Written Expression",
         "scale_id": "LV",
         "scale_name": "Level",
         "anchor_value": 4,
         "anchor_description": "Write a job recommendation for a subordinate"
      },
      {
         "element_id": "1.A.1.a.4",
         "element_name": "Written Expression",
         "scale_id": "LV",
         "scale_name": "Level",
         "anchor_value": 6,
         "anchor_description": "Write an advanced economics textbook"
      },
      {
         "element_id": "1.A.1.b.1",
         "element_name": "Fluency of Ideas",
         "scale_id": "LV",
         "scale_name": "Level",
         "anchor_value": 2,
         "anchor_description": "Name four different uses for a screwdriver"
      },
      {
         "element_id": "1.A.1.b.1",
         "element_name": "Fluency of Ideas",
         "scale_id": "LV",
         "scale_name": "Level",
         "anchor_value": 4,
         "anchor_description": "Think of as many ideas as possible for the name of a new company"
      },
      {
         "element_id": "1.A.1.b.1",
         "element_name": "Fluency of Ideas",
         "scale_id": "LV",
         "scale_name": "Level",
         "anchor_value": 6,
         "anchor_description": "Identify as many strategies as possible for a company acquisition and merger"
      },
      {
         "element_id": "1.A.1.b.2",
         "element_name": "Originality",
         "scale_id": "LV",
         "scale_name": "Level",
         "anchor_value": 2,
         "anchor_description": "Use a credit card to open a locked door"
      },
      {
         "element_id": "1.A.1.b.2",
         "element_name": "Originality",
         "scale_id": "LV",
         "scale_name": "Level",
         "anchor_value": 4,
         "anchor_description": "Redesign job tasks to be interesting for employees"
      },
      {
         "element_id": "1.A.1.b.2",
         "element_name": "Originality",
         "scale_id": "LV",
         "scale_name": "Level",
         "anchor_value": 6,
         "anchor_description": "Invent a new type of man-made fiber"
      },
      {
         "element_id": "1.A.1.b.3",
         "element_name": "Problem Sensitivity",
         "scale_id": "LV",
         "scale_name": "Level",
         "anchor_value": 2,
         "anchor_description": "Recognize that an unplugged lamp won't work"
      },
      {
         "element_id": "1.A.1.b.3",
         "element_name": "Problem Sensitivity",
         "scale_id": "LV",
         "scale_name": "Level",
         "anchor_value": 4,
         "anchor_description": "Notice from a subtle difference in a client's mood that something is bothering them"
      }
   ]
}