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

URL:
https://api-v2.onetcenter.org/mpp/careers/25-4022.00/technology
Status:
200 OK
Content-Type:
application/json
[
   {
      "code": 43232306,
      "title": "Base de datos de interfaz de usuario y el software de consulta",
      "example": [
         {
            "title": "Blackboard software"
         },
         {
            "title": "Structured query language SQL",
            "hot_technology": true
         }
      ]
   },
   {
      "code": 43232609,
      "title": "Biblioteca de software",
      "example": [
         {
            "title": "Online Computer Library Center (OCLC) databases"
         },
         {
            "title": "Surpass management system software"
         }
      ]
   },
   {
      "code": 43232408,
      "title": "Plataforma web de desarrollo de software",
      "example": [
         {
            "title": "Cascading style sheets CSS",
            "hot_technology": true
         },
         {
            "title": "Drupal",
            "hot_technology": true
         }
      ]
   }
]