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-3027.01/summary/technology_skills
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 9,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-3027.01/summary/technology_skills?start=6&end=9",
   "hot_technology": {
      "total": 4,
      "href": "https://api-v2.onetcenter.org/online/occupations/17-3027.01/hot_technology"
   },
   "category": [
      {
         "code": 43232110,
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3027.01/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
            }
         ]
      },
      {
         "code": 43232604,
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3027.01/related/technology_skills/43232604",
         "title": "Computer aided design CAD software",
         "example": [
            {
               "title": "Autodesk AutoCAD Mechanical",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Autodesk%20AutoCAD%20Mechanical"
            },
            {
               "title": "Autodesk Inventor",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Autodesk%20Inventor"
            },
            {
               "title": "PTC Creo Parametric",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/PTC%20Creo%20Parametric"
            }
         ]
      },
      {
         "code": 43232605,
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3027.01/related/technology_skills/43232605",
         "title": "Analytical or scientific software",
         "example": [
            {
               "title": "A&D Technology iTest",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/A%26D%20Technology%20iTest"
            },
            {
               "title": "Data acquisition software",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Data%20acquisition%20software"
            }
         ]
      },
      {
         "code": 43232402,
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3027.01/related/technology_skills/43232402",
         "title": "Development environment software",
         "example": [
            {
               "title": "National Instruments LabVIEW",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/National%20Instruments%20LabVIEW"
            }
         ]
      },
      {
         "code": 43231602,
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3027.01/related/technology_skills/43231602",
         "title": "Enterprise resource planning ERP software",
         "example": [
            {
               "title": "SAP software",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/SAP%20software",
               "hot_technology": true
            }
         ]
      }
   ]
}