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/49-3043.00/summary/technology_skills
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 12,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-3043.00/summary/technology_skills?start=6&end=10",
   "hot_technology": {
      "total": 7,
      "href": "https://api-v2.onetcenter.org/online/occupations/49-3043.00/hot_technology"
   },
   "in_demand_skills": {
      "total": 7,
      "href": "https://api-v2.onetcenter.org/online/occupations/49-3043.00/summary/in_demand_skills"
   },
   "category": [
      {
         "code": 43232110,
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3043.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": 43232106,
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3043.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": 43232705,
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3043.00/related/technology_skills/43232705",
         "title": "Internet browser software",
         "example": [
            {
               "title": "Microsoft Internet Explorer",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Microsoft%20Internet%20Explorer"
            },
            {
               "title": "Mozilla Firefox",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Mozilla%20Firefox"
            }
         ]
      },
      {
         "code": 43233501,
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3043.00/related/technology_skills/43233501",
         "title": "Electronic mail software",
         "example": [
            {
               "title": "Microsoft Outlook",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/Microsoft%20Outlook",
               "hot_technology": true
            }
         ]
      },
      {
         "code": 43231601,
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3043.00/related/technology_skills/43231601",
         "title": "Accounting software",
         "example": [
            {
               "title": "RailTech Software Systems Mars for the 21st Century",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/RailTech%20Software%20Systems%20Mars%20for%20the%2021st%20Century"
            }
         ]
      }
   ]
}