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

URL:
https://api-v2.onetcenter.org/online/occupations/53-6041.00/summary/technology_skills
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/53-6041.00/summary/technology_skills?start=6&end=10",
   "hot_technology": {
      "total": 18,
      "href": "https://api-v2.onetcenter.org/online/occupations/53-6041.00/hot_technology"
   },
   "in_demand_skills": {
      "total": 18,
      "href": "https://api-v2.onetcenter.org/online/occupations/53-6041.00/summary/in_demand_skills"
   },
   "category": [
      {
         "code": 43232605,
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6041.00/related/technology_skills/43232605",
         "title": "Analytical or scientific software",
         "example": [
            {
               "title": "Dowling Associates TRAFFIX",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Dowling%20Associates%20TRAFFIX"
            },
            {
               "title": "Pd' Programming Intersection Magic",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Pd'%20Programming%20Intersection%20Magic"
            },
            {
               "title": "SAS",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/SAS",
               "hot_technology": true
            },
            {
               "title": "The MathWorks MATLAB",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/The%20MathWorks%20MATLAB",
               "hot_technology": true
            }
         ],
         "example_more": [
            {
               "title": "JAMAR Technologies PETRAPro",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/JAMAR%20Technologies%20PETRAPro"
            }
         ]
      },
      {
         "code": 43232106,
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6041.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": 43232604,
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6041.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": "Bentley MicroStation",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/Bentley%20MicroStation",
               "hot_technology": true
            },
            {
               "title": "Computer aided design and drafting software CADD",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Computer%20aided%20design%20and%20drafting%20software%20CADD"
            },
            {
               "title": "Trafficware SimTraffic",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Trafficware%20SimTraffic"
            }
         ]
      },
      {
         "code": 43232510,
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6041.00/related/technology_skills/43232510",
         "title": "Geographic information system",
         "example": [
            {
               "title": "ESRI ArcGIS software",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/ESRI%20ArcGIS%20software",
               "hot_technology": true
            },
            {
               "title": "ESRI ArcView",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/ESRI%20ArcView"
            },
            {
               "title": "Geographic information system GIS systems",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Geographic%20information%20system%20GIS%20systems"
            }
         ]
      },
      {
         "code": 43232405,
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6041.00/related/technology_skills/43232405",
         "title": "Object or component oriented development software",
         "example": [
            {
               "title": "C++",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/C%2B%2B",
               "hot_technology": true
            },
            {
               "title": "Python",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/Python",
               "hot_technology": true
            },
            {
               "title": "R",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/R",
               "hot_technology": true
            }
         ]
      }
   ]
}