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/online/occupations/51-8091.00/details/technology_skills
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 5,
   "hot_technology": {
      "total": 3,
      "href": "https://api-v2.onetcenter.org/online/occupations/51-8091.00/hot_technology"
   },
   "in_demand_skills": {
      "total": 3,
      "href": "https://api-v2.onetcenter.org/online/occupations/51-8091.00/details/in_demand_skills"
   },
   "category": [
      {
         "code": 43232110,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8091.00/related/technology_skills/43232110",
         "title": "Spreadsheet software",
         "example": [
            {
               "title": "Microsoft Excel",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/Microsoft%20Excel",
               "hot_technology": true,
               "in_demand": true,
               "percentage": 6
            }
         ]
      },
      {
         "code": 43232608,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8091.00/related/technology_skills/43232608",
         "title": "Industrial control software",
         "example": [
            {
               "title": "Alarm management system software",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Alarm%20management%20system%20software"
            },
            {
               "title": "Distributed control system DCS",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Distributed%20control%20system%20DCS"
            },
            {
               "title": "Interlock shutdown systems",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Interlock%20shutdown%20systems"
            }
         ]
      },
      {
         "code": 43233203,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8091.00/related/technology_skills/43233203",
         "title": "Network security or virtual private network VPN management software",
         "example": [
            {
               "title": "Coordinated incident management system CIMS software",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Coordinated%20incident%20management%20system%20CIMS%20software"
            }
         ]
      },
      {
         "code": 43231513,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8091.00/related/technology_skills/43231513",
         "title": "Office suite software",
         "example": [
            {
               "title": "Microsoft Office software",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/Microsoft%20Office%20software",
               "hot_technology": true,
               "in_demand": true,
               "percentage": 5
            }
         ]
      },
      {
         "code": 43232104,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8091.00/related/technology_skills/43232104",
         "title": "Word processing software",
         "example": [
            {
               "title": "Microsoft Word",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/Microsoft%20Word",
               "hot_technology": true
            }
         ]
      }
   ]
}