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-2022.00/details/technology_skills
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 15,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-2022.00/details/technology_skills?start=11&end=15",
   "hot_technology": {
      "total": 6,
      "href": "https://api-v2.onetcenter.org/online/occupations/49-2022.00/hot_technology"
   },
   "in_demand_skills": {
      "total": 6,
      "href": "https://api-v2.onetcenter.org/online/occupations/49-2022.00/details/in_demand_skills"
   },
   "category": [
      {
         "code": 43232110,
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2022.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": 6
            }
         ]
      },
      {
         "code": 43232106,
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2022.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": 43232605,
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2022.00/related/technology_skills/43232605",
         "title": "Analytical or scientific software",
         "example": [
            {
               "title": "Fluke ClearSight Analyzer",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Fluke%20ClearSight%20Analyzer"
            },
            {
               "title": "Fluke Networks TechAdvisor Field Access System",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Fluke%20Networks%20TechAdvisor%20Field%20Access%20System"
            }
         ]
      },
      {
         "code": 43232510,
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2022.00/related/technology_skills/43232510",
         "title": "Geographic information system",
         "example": [
            {
               "title": "Geographic information system GIS systems",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Geographic%20information%20system%20GIS%20systems"
            }
         ]
      },
      {
         "code": 43233501,
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2022.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
            }
         ]
      },
      {
         "code": 43231511,
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2022.00/related/technology_skills/43231511",
         "title": "Expert system software",
         "example": [
            {
               "title": "Fluke Networks Fluke TechEXPERT",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Fluke%20Networks%20Fluke%20TechEXPERT"
            }
         ]
      },
      {
         "code": 43232902,
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2022.00/related/technology_skills/43232902",
         "title": "Communications server software",
         "example": [
            {
               "title": "IBM Domino",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/IBM%20Domino"
            }
         ]
      },
      {
         "code": 43231513,
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2022.00/related/technology_skills/43231513",
         "title": "Office suite software",
         "example": [
            {
               "title": "Microsoft Office software",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/Microsoft%20Office%20software",
               "hot_technology": true,
               "in_demand": true,
               "percentage": 9
            }
         ]
      },
      {
         "code": 43233004,
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2022.00/related/technology_skills/43233004",
         "title": "Operating system software",
         "example": [
            {
               "title": "Cisco IOS",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Cisco%20IOS"
            }
         ]
      },
      {
         "code": 43232104,
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2022.00/related/technology_skills/43232104",
         "title": "Word processing software",
         "example": [
            {
               "title": "Microsoft Word",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/Microsoft%20Word",
               "hot_technology": true
            }
         ]
      }
   ]
}