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
Response
URL:
https://api-v2.onetcenter.org/mnm/interestprofiler/questions_30
Status:
200 OK
Content-Type:
application/json
{
"start": 1,
"end": 12,
"total": 30,
"next": "https://api-v2.onetcenter.org/mnm/interestprofiler/questions_30?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": "investigative",
"text": "Develop a new medicine"
},
{
"index": 3,
"area": "artistic",
"text": "Write books or plays"
},
{
"index": 4,
"area": "social",
"text": "Help people with personal or emotional problems"
},
{
"index": 5,
"area": "enterprising",
"text": "Manage a department within a large company"
},
{
"index": 6,
"area": "conventional",
"text": "Install software across computers on a large network"
},
{
"index": 7,
"area": "realistic",
"text": "Repair household appliances"
},
{
"index": 8,
"area": "investigative",
"text": "Study ways to reduce water pollution"
},
{
"index": 9,
"area": "artistic",
"text": "Compose or arrange music"
},
{
"index": 10,
"area": "social",
"text": "Give career guidance to people"
},
{
"index": 11,
"area": "enterprising",
"text": "Start your own business"
},
{
"index": 12,
"area": "conventional",
"text": "Operate a calculator"
}
]
}
"start": 1,
"end": 12,
"total": 30,
"next": "https://api-v2.onetcenter.org/mnm/interestprofiler/questions_30?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": "investigative",
"text": "Develop a new medicine"
},
{
"index": 3,
"area": "artistic",
"text": "Write books or plays"
},
{
"index": 4,
"area": "social",
"text": "Help people with personal or emotional problems"
},
{
"index": 5,
"area": "enterprising",
"text": "Manage a department within a large company"
},
{
"index": 6,
"area": "conventional",
"text": "Install software across computers on a large network"
},
{
"index": 7,
"area": "realistic",
"text": "Repair household appliances"
},
{
"index": 8,
"area": "investigative",
"text": "Study ways to reduce water pollution"
},
{
"index": 9,
"area": "artistic",
"text": "Compose or arrange music"
},
{
"index": 10,
"area": "social",
"text": "Give career guidance to people"
},
{
"index": 11,
"area": "enterprising",
"text": "Start your own business"
},
{
"index": 12,
"area": "conventional",
"text": "Operate a calculator"
}
]
}