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/53-6032.00/summary/technology_skills
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 8,
   "next": "https://api-v2.onetcenter.org/online/occupations/53-6032.00/summary/technology_skills?start=6&end=8",
   "hot_technology": {
      "total": 4,
      "href": "https://api-v2.onetcenter.org/online/occupations/53-6032.00/hot_technology"
   },
   "category": [
      {
         "code": 43232110,
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6032.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
            }
         ]
      },
      {
         "code": 43232603,
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6032.00/related/technology_skills/43232603",
         "title": "Facilities management software",
         "example": [
            {
               "title": "Access Software AIRPAX",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Access%20Software%20AIRPAX"
            },
            {
               "title": "Maintenance information databases",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Maintenance%20information%20databases"
            },
            {
               "title": "Maintenance planning software",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Maintenance%20planning%20software"
            },
            {
               "title": "Maintenance record software",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Maintenance%20record%20software"
            }
         ]
      },
      {
         "code": 43232309,
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6032.00/related/technology_skills/43232309",
         "title": "Information retrieval or search software",
         "example": [
            {
               "title": "Computerized aircraft log manager CALM",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Computerized%20aircraft%20log%20manager%20CALM"
            },
            {
               "title": "Technical manual database software",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Technical%20manual%20database%20software"
            }
         ]
      },
      {
         "code": 43231513,
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6032.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
            }
         ]
      },
      {
         "code": 43233004,
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6032.00/related/technology_skills/43233004",
         "title": "Operating system software",
         "example": [
            {
               "title": "Microsoft Windows",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/Microsoft%20Windows",
               "hot_technology": true
            }
         ]
      }
   ]
}