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/47-4031.00/summary/technology_skills
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 4,
   "total": 4,
   "hot_technology": {
      "total": 3,
      "href": "https://api-v2.onetcenter.org/online/occupations/47-4031.00/hot_technology"
   },
   "category": [
      {
         "code": 43232604,
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4031.00/related/technology_skills/43232604",
         "title": "Computer aided design CAD software",
         "example": [
            {
               "title": "Autodesk AutoCAD",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/Autodesk%20AutoCAD",
               "hot_technology": true
            },
            {
               "title": "Cutlist Plus fx",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Cutlist%20Plus%20fx"
            }
         ]
      },
      {
         "code": 43231507,
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4031.00/related/technology_skills/43231507",
         "title": "Project management software",
         "example": [
            {
               "title": "Maxwell Systems American Contractor",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Maxwell%20Systems%20American%20Contractor"
            },
            {
               "title": "Software Design Associates Computer Fencing System CFS",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Software%20Design%20Associates%20Computer%20Fencing%20System%20CFS"
            }
         ]
      },
      {
         "code": 43232110,
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4031.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
            }
         ]
      },
      {
         "code": 43232107,
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4031.00/related/technology_skills/43232107",
         "title": "Web page creation and editing software",
         "example": [
            {
               "title": "Facebook",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/Facebook",
               "hot_technology": true
            }
         ]
      }
   ]
}