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
Send a request to see the response.
Loading...
The request could not be completed (). Please try again.
URL:
https://api-v2.onetcenter.org/mpp/interestprofiler/questions_30
Status:
200 OK
Content-Type:
application/json
{
"start": 1
,
"end": 12
,
"total": 30
,
"next": "https://api-v2.onetcenter.org/mpp/interestprofiler/questions_30?start=13&end=24",
"answer_option": [
{
"value": 1
,
"name": "Me disgusta mucho"
},
{
"value": 2
,
"name": "Me disgusta"
},
{
"value": 3
,
"name": "No estoy seguro"
},
{
"value": 4
,
"name": "Me gusta"
},
{
"value": 5
,
"name": "Me gusta mucho"
}
],
"question": [
{
"index": 1
,
"area": "realistic",
"text": "Construir gabinetes para cocinas"
},
{
"index": 2
,
"area": "investigative",
"text": "Elaborar nueva medicina"
},
{
"index": 3
,
"area": "artistic",
"text": "Escribir libros u obras de teatro"
},
{
"index": 4
,
"area": "social",
"text": "Ayudar a personas con problemas personales o emocionales"
},
{
"index": 5
,
"area": "enterprising",
"text": "Administrar un departamento en una compañía grande"
},
{
"index": 6
,
"area": "conventional",
"text": "Instala software en las computadoras en una gran red"
},
{
"index": 7
,
"area": "realistic",
"text": "Reparar electrodomésticos"
},
{
"index": 8
,
"area": "investigative",
"text": "Estudiar maneras para reducir la contaminación del agua"
},
{
"index": 9
,
"area": "artistic",
"text": "Componer y hacer arreglos musicales"
},
{
"index": 10
,
"area": "social",
"text": "Orientar a las personas sobre carreras"
},
{
"index": 11
,
"area": "enterprising",
"text": "Comenzar su propio negocio"
},
{
"index": 12
,
"area": "conventional",
"text": "Operar una calculadora"
}
]
}