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/51-4071.00/details/technology_skills
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 4,
   "total": 4,
   "hot_technology": {
      "total": 2,
      "href": "https://api-v2.onetcenter.org/online/occupations/51-4071.00/hot_technology"
   },
   "category": [
      {
         "code": 43232604,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4071.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": "Dassault Systemes SolidWorks",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/Dassault%20Systemes%20SolidWorks",
               "hot_technology": true
            },
            {
               "title": "PTC Creo Parametric",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/PTC%20Creo%20Parametric"
            }
         ]
      },
      {
         "code": 43232612,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4071.00/related/technology_skills/43232612",
         "title": "Computer aided manufacturing CAM software",
         "example": [
            {
               "title": "CNC Software Mastercam",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/CNC%20Software%20Mastercam"
            }
         ]
      },
      {
         "code": 43231508,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4071.00/related/technology_skills/43231508",
         "title": "Inventory management software",
         "example": [
            {
               "title": "Inventory tracking software",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Inventory%20tracking%20software"
            }
         ]
      },
      {
         "code": 43232608,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4071.00/related/technology_skills/43232608",
         "title": "Industrial control software",
         "example": [
            {
               "title": "Machine control software",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Machine%20control%20software"
            }
         ]
      }
   ]
}