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/17-2112.03/summary/technology_skills
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 18,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-2112.03/summary/technology_skills?start=6&end=10",
   "hot_technology": {
      "total": 16,
      "href": "https://api-v2.onetcenter.org/online/occupations/17-2112.03/hot_technology"
   },
   "in_demand_skills": {
      "total": 16,
      "href": "https://api-v2.onetcenter.org/online/occupations/17-2112.03/summary/in_demand_skills"
   },
   "category": [
      {
         "code": 43232604,
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2112.03/related/technology_skills/43232604",
         "title": "Computer aided design CAD software",
         "example": [
            {
               "title": "Autodesk AutoCAD",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/Autodesk%20AutoCAD",
               "hot_technology": true,
               "in_demand": true,
               "percentage": 14
            },
            {
               "title": "Dassault Systemes CATIA",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Dassault%20Systemes%20CATIA"
            },
            {
               "title": "Dassault Systemes SolidWorks",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/Dassault%20Systemes%20SolidWorks",
               "hot_technology": true,
               "in_demand": true,
               "percentage": 14
            },
            {
               "title": "PTC Creo Parametric",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/PTC%20Creo%20Parametric"
            }
         ]
      },
      {
         "code": 43232702,
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2112.03/related/technology_skills/43232702",
         "title": "Desktop communications software",
         "example": [
            {
               "title": "Eko",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Eko"
            }
         ]
      },
      {
         "code": 43233501,
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2112.03/related/technology_skills/43233501",
         "title": "Electronic mail software",
         "example": [
            {
               "title": "IBM Notes",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/IBM%20Notes"
            },
            {
               "title": "Microsoft Exchange",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Microsoft%20Exchange"
            },
            {
               "title": "Microsoft Outlook",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/Microsoft%20Outlook",
               "hot_technology": true
            }
         ]
      },
      {
         "code": 43232402,
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2112.03/related/technology_skills/43232402",
         "title": "Development environment software",
         "example": [
            {
               "title": "C",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/C",
               "hot_technology": true
            },
            {
               "title": "Microsoft Visual Basic",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/Microsoft%20Visual%20Basic",
               "hot_technology": true
            },
            {
               "title": "National Instruments LabVIEW",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/National%20Instruments%20LabVIEW"
            }
         ]
      },
      {
         "code": 43232612,
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2112.03/related/technology_skills/43232612",
         "title": "Computer aided manufacturing CAM software",
         "example": [
            {
               "title": "CNC Mastercam",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/CNC%20Mastercam"
            },
            {
               "title": "Geometric CAMWorks",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Geometric%20CAMWorks"
            },
            {
               "title": "Siemens NX",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Siemens%20NX"
            }
         ]
      }
   ]
}