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-1021.00/summary/technology_skills
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 13,
   "next": "https://api-v2.onetcenter.org/online/occupations/13-1021.00/summary/technology_skills?start=6&end=10",
   "hot_technology": {
      "total": 13,
      "href": "https://api-v2.onetcenter.org/online/occupations/13-1021.00/hot_technology"
   },
   "in_demand_skills": {
      "total": 13,
      "href": "https://api-v2.onetcenter.org/online/occupations/13-1021.00/summary/in_demand_skills"
   },
   "category": [
      {
         "code": 43232306,
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1021.00/related/technology_skills/43232306",
         "title": "Data base user interface and query software",
         "example": [
            {
               "title": "Amazon Web Services AWS software",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/Amazon%20Web%20Services%20AWS%20software",
               "hot_technology": true
            },
            {
               "title": "Microsoft Access",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/Microsoft%20Access",
               "hot_technology": true
            },
            {
               "title": "Oracle Database",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/Oracle%20Database",
               "hot_technology": true
            },
            {
               "title": "Product producer databases",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Product%20producer%20databases"
            }
         ]
      },
      {
         "code": 43232106,
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1021.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": 7
            }
         ]
      },
      {
         "code": 43231602,
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1021.00/related/technology_skills/43231602",
         "title": "Enterprise resource planning ERP software",
         "example": [
            {
               "title": "Enterprise resource planning ERP system",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Enterprise%20resource%20planning%20ERP%20system"
            },
            {
               "title": "Microsoft Dynamics GP",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Microsoft%20Dynamics%20GP"
            },
            {
               "title": "SAP software",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/SAP%20software",
               "hot_technology": true
            }
         ]
      },
      {
         "code": 43233501,
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1021.00/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,
               "in_demand": true,
               "percentage": 13
            }
         ]
      },
      {
         "code": 43231507,
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1021.00/related/technology_skills/43231507",
         "title": "Project management software",
         "example": [
            {
               "title": "Atlassian JIRA",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/Atlassian%20JIRA",
               "hot_technology": true
            },
            {
               "title": "Microsoft Project",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/Microsoft%20Project",
               "hot_technology": true
            }
         ]
      }
   ]
}