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/11-9199.09/summary/technology_skills
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-9199.09/summary/technology_skills?start=6&end=10",
   "hot_technology": {
      "total": 8,
      "href": "https://api-v2.onetcenter.org/online/occupations/11-9199.09/hot_technology"
   },
   "category": [
      {
         "code": 43233501,
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9199.09/related/technology_skills/43233501",
         "title": "Electronic mail software",
         "example": [
            {
               "title": "IBM Lotus Notes",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/IBM%20Lotus%20Notes"
            },
            {
               "title": "Microsoft Outlook",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/Microsoft%20Outlook",
               "hot_technology": true
            }
         ]
      },
      {
         "code": 43232106,
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9199.09/related/technology_skills/43232106",
         "title": "Presentation software",
         "example": [
            {
               "title": "Microsoft PowerPoint",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/Microsoft%20PowerPoint",
               "hot_technology": true
            }
         ]
      },
      {
         "code": 43232603,
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9199.09/related/technology_skills/43232603",
         "title": "Facilities management software",
         "example": [
            {
               "title": "Computerized maintenance management system CMMS",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Computerized%20maintenance%20management%20system%20CMMS"
            },
            {
               "title": "Oracle Enterprise Asset Management eAM",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Oracle%20Enterprise%20Asset%20Management%20eAM"
            }
         ]
      },
      {
         "code": 43231507,
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9199.09/related/technology_skills/43231507",
         "title": "Project management software",
         "example": [
            {
               "title": "Microsoft Project",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/Microsoft%20Project",
               "hot_technology": true
            },
            {
               "title": "Oracle Primavera Systems",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Oracle%20Primavera%20Systems"
            }
         ]
      },
      {
         "code": 43232608,
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9199.09/related/technology_skills/43232608",
         "title": "Industrial control software",
         "example": [
            {
               "title": "Programmable logic controller PLC software",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Programmable%20logic%20controller%20PLC%20software"
            },
            {
               "title": "Supervisory control and data acquisition SCADA software",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Supervisory%20control%20and%20data%20acquisition%20SCADA%20software"
            }
         ]
      }
   ]
}