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/13-1075.00/summary/technology_skills
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 10,
   "next": "https://api-v2.onetcenter.org/online/occupations/13-1075.00/summary/technology_skills?start=6&end=10",
   "hot_technology": {
      "total": 9,
      "href": "https://api-v2.onetcenter.org/online/occupations/13-1075.00/hot_technology"
   },
   "in_demand_skills": {
      "total": 9,
      "href": "https://api-v2.onetcenter.org/online/occupations/13-1075.00/summary/in_demand_skills"
   },
   "category": [
      {
         "code": 43232110,
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1075.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": 21
            }
         ]
      },
      {
         "code": 43232106,
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1075.00/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,
               "in_demand": true,
               "percentage": 15
            }
         ]
      },
      {
         "code": 43231505,
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1075.00/related/technology_skills/43231505",
         "title": "Human resources software",
         "example": [
            {
               "title": "Internet Grievance System IGS",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Internet%20Grievance%20System%20IGS"
            },
            {
               "title": "LaborSoft LaborForce Reporting/Dashboard Manager module",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/LaborSoft%20LaborForce%20Reporting%2FDashboard%20Manager%20module"
            },
            {
               "title": "Micropact entellitrak Labor Relations Edition",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Micropact%20entellitrak%20Labor%20Relations%20Edition"
            },
            {
               "title": "Oracle HRIS",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Oracle%20HRIS",
               "in_demand": true,
               "percentage": 9
            }
         ],
         "example_more": [
            {
               "title": "LaborSoft LaborForce Arbitration/Appeals Manager module",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/LaborSoft%20LaborForce%20Arbitration%2FAppeals%20Manager%20module"
            },
            {
               "title": "LaborSoft LaborForce Discipline Manager module",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/LaborSoft%20LaborForce%20Discipline%20Manager%20module"
            },
            {
               "title": "LaborSoft LaborForce EEO Claims Manager module",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/LaborSoft%20LaborForce%20EEO%20Claims%20Manager%20module"
            },
            {
               "title": "LaborSoft LaborForce Grievance Manager module",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/LaborSoft%20LaborForce%20Grievance%20Manager%20module"
            },
            {
               "title": "LaborSoft LaborForce Incident Tracking module",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/LaborSoft%20LaborForce%20Incident%20Tracking%20module"
            },
            {
               "title": "LaborSoft LaborForce Personnel Manager module",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/LaborSoft%20LaborForce%20Personnel%20Manager%20module"
            }
         ]
      },
      {
         "code": 43233501,
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1075.00/related/technology_skills/43233501",
         "title": "Electronic mail software",
         "example": [
            {
               "title": "Microsoft Outlook",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/Microsoft%20Outlook",
               "hot_technology": true,
               "in_demand": true,
               "percentage": 10
            }
         ]
      },
      {
         "code": 43232701,
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1075.00/related/technology_skills/43232701",
         "title": "Application server software",
         "example": [
            {
               "title": "Kubernetes",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/Kubernetes",
               "hot_technology": true
            }
         ]
      }
   ]
}