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/11-9151.00/summary/technology_skills
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 15,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-9151.00/summary/technology_skills?start=6&end=10",
   "hot_technology": {
      "total": 8,
      "href": "https://api-v2.onetcenter.org/online/occupations/11-9151.00/hot_technology"
   },
   "in_demand_skills": {
      "total": 8,
      "href": "https://api-v2.onetcenter.org/online/occupations/11-9151.00/summary/in_demand_skills"
   },
   "category": [
      {
         "code": 43232110,
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9151.00/related/technology_skills/43232110",
         "title": "Spreadsheet software",
         "example": [
            {
               "title": "Corel QuattroPro",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Corel%20QuattroPro"
            },
            {
               "title": "IBM Lotus 1-2-3",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/IBM%20Lotus%201-2-3"
            },
            {
               "title": "Microsoft Excel",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/Microsoft%20Excel",
               "hot_technology": true,
               "in_demand": true,
               "percentage": 8
            }
         ]
      },
      {
         "code": 43232106,
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9151.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": 6
            }
         ]
      },
      {
         "code": 43232306,
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9151.00/related/technology_skills/43232306",
         "title": "Data base user interface and query software",
         "example": [
            {
               "title": "Client information databases",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Client%20information%20databases"
            },
            {
               "title": "FileMaker Pro",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/FileMaker%20Pro"
            },
            {
               "title": "Microsoft Access",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/Microsoft%20Access",
               "hot_technology": true
            }
         ]
      },
      {
         "code": 43232610,
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9151.00/related/technology_skills/43232610",
         "title": "Medical software",
         "example": [
            {
               "title": "Healthcare common procedure coding system HCPCS",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Healthcare%20common%20procedure%20coding%20system%20HCPCS"
            },
            {
               "title": "PointClickCare healthcare software",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/PointClickCare%20healthcare%20software"
            }
         ]
      },
      {
         "code": 43231513,
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9151.00/related/technology_skills/43231513",
         "title": "Office suite software",
         "example": [
            {
               "title": "Corel WordPerfect Office Suite",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Corel%20WordPerfect%20Office%20Suite"
            },
            {
               "title": "Microsoft Office software",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/Microsoft%20Office%20software",
               "hot_technology": true,
               "in_demand": true,
               "percentage": 11
            }
         ]
      }
   ]
}