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/interests_illus_activities
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 20,
   "total": 188,
   "next": "https://api-v2.onetcenter.org/database/rows/interests_illus_activities?start=21&end=40",
   "row": [
      {
         "element_id": "1.B.1.a",
         "element_name": "Realistic",
         "interest_type": "General",
         "activity": "Build kitchen cabinets."
      },
      {
         "element_id": "1.B.1.a",
         "element_name": "Realistic",
         "interest_type": "General",
         "activity": "Drive a truck to deliver packages to offices and homes."
      },
      {
         "element_id": "1.B.1.a",
         "element_name": "Realistic",
         "interest_type": "General",
         "activity": "Put out forest fires."
      },
      {
         "element_id": "1.B.1.a",
         "element_name": "Realistic",
         "interest_type": "General",
         "activity": "Repair household appliances."
      },
      {
         "element_id": "1.B.1.b",
         "element_name": "Investigative",
         "interest_type": "General",
         "activity": "Develop a new medicine."
      },
      {
         "element_id": "1.B.1.b",
         "element_name": "Investigative",
         "interest_type": "General",
         "activity": "Develop a way to better predict the weather."
      },
      {
         "element_id": "1.B.1.b",
         "element_name": "Investigative",
         "interest_type": "General",
         "activity": "Study ways to reduce water pollution."
      },
      {
         "element_id": "1.B.1.b",
         "element_name": "Investigative",
         "interest_type": "General",
         "activity": "Work in a biology lab."
      },
      {
         "element_id": "1.B.1.c",
         "element_name": "Artistic",
         "interest_type": "General",
         "activity": "Compose or arrange music."
      },
      {
         "element_id": "1.B.1.c",
         "element_name": "Artistic",
         "interest_type": "General",
         "activity": "Create special effects for movies."
      },
      {
         "element_id": "1.B.1.c",
         "element_name": "Artistic",
         "interest_type": "General",
         "activity": "Draw pictures."
      },
      {
         "element_id": "1.B.1.c",
         "element_name": "Artistic",
         "interest_type": "General",
         "activity": "Write books or plays."
      },
      {
         "element_id": "1.B.1.d",
         "element_name": "Social",
         "interest_type": "General",
         "activity": "Give career guidance to people."
      },
      {
         "element_id": "1.B.1.d",
         "element_name": "Social",
         "interest_type": "General",
         "activity": "Help people with personal or emotional problems."
      },
      {
         "element_id": "1.B.1.d",
         "element_name": "Social",
         "interest_type": "General",
         "activity": "Perform rehabilitation therapy."
      },
      {
         "element_id": "1.B.1.d",
         "element_name": "Social",
         "interest_type": "General",
         "activity": "Teach a high school class."
      },
      {
         "element_id": "1.B.1.e",
         "element_name": "Enterprising",
         "interest_type": "General",
         "activity": "Manage a department within a large company."
      },
      {
         "element_id": "1.B.1.e",
         "element_name": "Enterprising",
         "interest_type": "General",
         "activity": "Market a new line of clothing."
      },
      {
         "element_id": "1.B.1.e",
         "element_name": "Enterprising",
         "interest_type": "General",
         "activity": "Represent a client in a lawsuit."
      },
      {
         "element_id": "1.B.1.e",
         "element_name": "Enterprising",
         "interest_type": "General",
         "activity": "Start your own business."
      }
   ]
}