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/mnm/interestprofiler/questions
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 12,
   "total": 60,
   "next": "https://api-v2.onetcenter.org/mnm/interestprofiler/questions?start=13&end=24",
   "answer_option": [
      {
         "value": 1,
         "name": "Strongly Dislike"
      },
      {
         "value": 2,
         "name": "Dislike"
      },
      {
         "value": 3,
         "name": "Unsure"
      },
      {
         "value": 4,
         "name": "Like"
      },
      {
         "value": 5,
         "name": "Strongly Like"
      }
   ],
   "question": [
      {
         "index": 1,
         "area": "realistic",
         "text": "Build kitchen cabinets"
      },
      {
         "index": 2,
         "area": "realistic",
         "text": "Lay brick or tile"
      },
      {
         "index": 3,
         "area": "investigative",
         "text": "Develop a new medicine"
      },
      {
         "index": 4,
         "area": "investigative",
         "text": "Study ways to reduce water pollution"
      },
      {
         "index": 5,
         "area": "artistic",
         "text": "Write books or plays"
      },
      {
         "index": 6,
         "area": "artistic",
         "text": "Play a musical instrument"
      },
      {
         "index": 7,
         "area": "social",
         "text": "Teach an individual an exercise routine"
      },
      {
         "index": 8,
         "area": "social",
         "text": "Help people with personal or emotional problems"
      },
      {
         "index": 9,
         "area": "enterprising",
         "text": "Buy and sell stocks and bonds"
      },
      {
         "index": 10,
         "area": "enterprising",
         "text": "Manage a retail store"
      },
      {
         "index": 11,
         "area": "conventional",
         "text": "Develop a spreadsheet using computer software"
      },
      {
         "index": 12,
         "area": "conventional",
         "text": "Proofread records or forms"
      }
   ]
}