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/33-9091.00/details/technology_skills
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 3,
   "total": 3,
   "hot_technology": {
      "total": 1,
      "href": "https://api-v2.onetcenter.org/online/occupations/33-9091.00/hot_technology"
   },
   "category": [
      {
         "code": 43232104,
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9091.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
            }
         ]
      },
      {
         "code": 43231505,
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9091.00/related/technology_skills/43231505",
         "title": "Human resources software",
         "example": [
            {
               "title": "Payroll software",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Payroll%20software"
            }
         ]
      },
      {
         "code": 43232108,
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9091.00/related/technology_skills/43232108",
         "title": "Calendar and scheduling software",
         "example": [
            {
               "title": "Visual Computer Solutions Crossing Guard Scheduling",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Visual%20Computer%20Solutions%20Crossing%20Guard%20Scheduling"
            }
         ]
      }
   ]
}