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/43-3061.00/summary/technology_skills
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/43-3061.00/summary/technology_skills?start=6&end=10",
   "hot_technology": {
      "total": 12,
      "href": "https://api-v2.onetcenter.org/online/occupations/43-3061.00/hot_technology"
   },
   "in_demand_skills": {
      "total": 12,
      "href": "https://api-v2.onetcenter.org/online/occupations/43-3061.00/summary/in_demand_skills"
   },
   "category": [
      {
         "code": 43231602,
         "related": "https://api-v2.onetcenter.org/online/occupations/43-3061.00/related/technology_skills/43231602",
         "title": "Enterprise resource planning ERP software",
         "example": [
            {
               "title": "Oracle JD Edwards EnterpriseOne",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Oracle%20JD%20Edwards%20EnterpriseOne"
            },
            {
               "title": "Oracle PeopleSoft",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/Oracle%20PeopleSoft",
               "hot_technology": true
            },
            {
               "title": "Radiant Systems CounterPoint",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Radiant%20Systems%20CounterPoint"
            },
            {
               "title": "SAP software",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/SAP%20software",
               "hot_technology": true,
               "in_demand": true,
               "percentage": 5
            }
         ],
         "example_more": [
            {
               "title": "Autotask",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Autotask"
            },
            {
               "title": "IBM Maximo Asset Management",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/IBM%20Maximo%20Asset%20Management"
            },
            {
               "title": "SAP Business Objects",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/SAP%20Business%20Objects"
            }
         ]
      },
      {
         "code": 43232106,
         "related": "https://api-v2.onetcenter.org/online/occupations/43-3061.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": 8
            }
         ]
      },
      {
         "code": 43232306,
         "related": "https://api-v2.onetcenter.org/online/occupations/43-3061.00/related/technology_skills/43232306",
         "title": "Data base user interface and query software",
         "example": [
            {
               "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
            }
         ]
      },
      {
         "code": 43232110,
         "related": "https://api-v2.onetcenter.org/online/occupations/43-3061.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": 30
            }
         ]
      },
      {
         "code": 43233501,
         "related": "https://api-v2.onetcenter.org/online/occupations/43-3061.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": 14
            }
         ]
      }
   ]
}