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/53-4011.00/summary/technology_skills
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 5,
   "hot_technology": {
      "total": 2,
      "href": "https://api-v2.onetcenter.org/online/occupations/53-4011.00/hot_technology"
   },
   "category": [
      {
         "code": 43232110,
         "related": "https://api-v2.onetcenter.org/online/occupations/53-4011.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": 43231511,
         "related": "https://api-v2.onetcenter.org/online/occupations/53-4011.00/related/technology_skills/43231511",
         "title": "Expert system software",
         "example": [
            {
               "title": "Electronic train management systems ETMS",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Electronic%20train%20management%20systems%20ETMS"
            }
         ]
      },
      {
         "code": 43232104,
         "related": "https://api-v2.onetcenter.org/online/occupations/53-4011.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": 43232504,
         "related": "https://api-v2.onetcenter.org/online/occupations/53-4011.00/related/technology_skills/43232504",
         "title": "Route navigation software",
         "example": [
            {
               "title": "Route mapping software",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Route%20mapping%20software"
            }
         ]
      },
      {
         "code": 43231605,
         "related": "https://api-v2.onetcenter.org/online/occupations/53-4011.00/related/technology_skills/43231605",
         "title": "Time accounting software",
         "example": [
            {
               "title": "Time tracking software",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Time%20tracking%20software"
            }
         ]
      }
   ]
}