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/25-1032.00/hot_technology
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 16,
   "total": 16,
   "example": [
      {
         "title": "The MathWorks MATLAB",
         "href": "https://api-v2.onetcenter.org/online/hot_technology/The%20MathWorks%20MATLAB",
         "hot_technology": true,
         "percentage": 2
      },
      {
         "title": "Dassault Systemes SolidWorks",
         "href": "https://api-v2.onetcenter.org/online/hot_technology/Dassault%20Systemes%20SolidWorks",
         "hot_technology": true,
         "percentage": 2
      },
      {
         "title": "Autodesk AutoCAD",
         "href": "https://api-v2.onetcenter.org/online/hot_technology/Autodesk%20AutoCAD",
         "hot_technology": true,
         "percentage": 1
      },
      {
         "title": "Microsoft Office software",
         "href": "https://api-v2.onetcenter.org/online/hot_technology/Microsoft%20Office%20software",
         "hot_technology": true,
         "percentage": 1
      },
      {
         "title": "Autodesk Revit",
         "href": "https://api-v2.onetcenter.org/online/hot_technology/Autodesk%20Revit",
         "hot_technology": true
      },
      {
         "title": "C++",
         "href": "https://api-v2.onetcenter.org/online/hot_technology/C%2B%2B",
         "hot_technology": true
      },
      {
         "title": "Google Docs",
         "href": "https://api-v2.onetcenter.org/online/hot_technology/Google%20Docs",
         "hot_technology": true
      },
      {
         "title": "JavaScript",
         "href": "https://api-v2.onetcenter.org/online/hot_technology/JavaScript",
         "hot_technology": true
      },
      {
         "title": "Microsoft Excel",
         "href": "https://api-v2.onetcenter.org/online/hot_technology/Microsoft%20Excel",
         "hot_technology": true
      },
      {
         "title": "Microsoft Outlook",
         "href": "https://api-v2.onetcenter.org/online/hot_technology/Microsoft%20Outlook",
         "hot_technology": true
      },
      {
         "title": "Microsoft PowerPoint",
         "href": "https://api-v2.onetcenter.org/online/hot_technology/Microsoft%20PowerPoint",
         "hot_technology": true
      },
      {
         "title": "Microsoft Project",
         "href": "https://api-v2.onetcenter.org/online/hot_technology/Microsoft%20Project",
         "hot_technology": true
      },
      {
         "title": "Microsoft Word",
         "href": "https://api-v2.onetcenter.org/online/hot_technology/Microsoft%20Word",
         "hot_technology": true
      },
      {
         "title": "Oracle Java",
         "href": "https://api-v2.onetcenter.org/online/hot_technology/Oracle%20Java",
         "hot_technology": true
      },
      {
         "title": "Oracle Primavera Enterprise Project Portfolio Management",
         "href": "https://api-v2.onetcenter.org/online/hot_technology/Oracle%20Primavera%20Enterprise%20Project%20Portfolio%20Management",
         "hot_technology": true
      },
      {
         "title": "Python",
         "href": "https://api-v2.onetcenter.org/online/hot_technology/Python",
         "hot_technology": true
      }
   ]
}