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/49-2011.00/summary/technology_skills
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 27,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-2011.00/summary/technology_skills?start=6&end=10",
   "hot_technology": {
      "total": 17,
      "href": "https://api-v2.onetcenter.org/online/occupations/49-2011.00/hot_technology"
   },
   "in_demand_skills": {
      "total": 17,
      "href": "https://api-v2.onetcenter.org/online/occupations/49-2011.00/summary/in_demand_skills"
   },
   "category": [
      {
         "code": 43233501,
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2011.00/related/technology_skills/43233501",
         "title": "Electronic mail software",
         "example": [
            {
               "title": "Email software",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Email%20software"
            },
            {
               "title": "IBM Notes",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/IBM%20Notes"
            },
            {
               "title": "Microsoft Exchange",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Microsoft%20Exchange"
            },
            {
               "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/49-2011.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
            }
         ]
      },
      {
         "code": 43233004,
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2011.00/related/technology_skills/43233004",
         "title": "Operating system software",
         "example": [
            {
               "title": "Linux",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/Linux",
               "hot_technology": true
            },
            {
               "title": "Microsoft operating system",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Microsoft%20operating%20system"
            },
            {
               "title": "Microsoft Windows",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/Microsoft%20Windows",
               "hot_technology": true
            },
            {
               "title": "UNIX",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/UNIX",
               "hot_technology": true
            }
         ]
      },
      {
         "code": 43232306,
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2011.00/related/technology_skills/43232306",
         "title": "Data base user interface and query software",
         "example": [
            {
               "title": "Database software",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Database%20software"
            },
            {
               "title": "Microsoft Access",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/Microsoft%20Access",
               "hot_technology": true
            },
            {
               "title": "ServiceNow",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/ServiceNow",
               "hot_technology": true
            },
            {
               "title": "Structured query language SQL",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/Structured%20query%20language%20SQL",
               "hot_technology": true
            }
         ]
      },
      {
         "code": 43232408,
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2011.00/related/technology_skills/43232408",
         "title": "Web platform development software",
         "example": [
            {
               "title": "Hypertext markup language HTML",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/Hypertext%20markup%20language%20HTML",
               "hot_technology": true
            },
            {
               "title": "JavaScript",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/JavaScript",
               "hot_technology": true
            },
            {
               "title": "Microsoft Active Server Pages ASP",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/Microsoft%20Active%20Server%20Pages%20ASP",
               "hot_technology": true
            }
         ]
      }
   ]
}