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-2072.00/summary/technology_skills
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 4,
   "total": 4,
   "hot_technology": {
      "total": 1,
      "href": "https://api-v2.onetcenter.org/online/occupations/47-2072.00/hot_technology"
   },
   "category": [
      {
         "code": 43232110,
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2072.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": 43232605,
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2072.00/related/technology_skills/43232605",
         "title": "Analytical or scientific software",
         "example": [
            {
               "title": "GRL Engineers Wave Equation Analysis Program GRLWEAP",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/GRL%20Engineers%20Wave%20Equation%20Analysis%20Program%20GRLWEAP"
            },
            {
               "title": "Pile Dynamics Case Pile Wave Analysis Program CAPWAP",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Pile%20Dynamics%20Case%20Pile%20Wave%20Analysis%20Program%20CAPWAP"
            },
            {
               "title": "Pile Dynamics Pile Driving Analyzer PDA",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Pile%20Dynamics%20Pile%20Driving%20Analyzer%20PDA"
            }
         ]
      },
      {
         "code": 43233501,
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2072.00/related/technology_skills/43233501",
         "title": "Electronic mail software",
         "example": [
            {
               "title": "Email software",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Email%20software"
            }
         ]
      },
      {
         "code": 43233511,
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2072.00/related/technology_skills/43233511",
         "title": "Mobile location based services software",
         "example": [
            {
               "title": "Global positioning system GPS software",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Global%20positioning%20system%20GPS%20software"
            }
         ]
      }
   ]
}