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/27-4012.00/summary/technology_skills
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 11,
   "next": "https://api-v2.onetcenter.org/online/occupations/27-4012.00/summary/technology_skills?start=6&end=10",
   "hot_technology": {
      "total": 13,
      "href": "https://api-v2.onetcenter.org/online/occupations/27-4012.00/hot_technology"
   },
   "in_demand_skills": {
      "total": 13,
      "href": "https://api-v2.onetcenter.org/online/occupations/27-4012.00/summary/in_demand_skills"
   },
   "category": [
      {
         "code": 43232103,
         "related": "https://api-v2.onetcenter.org/online/occupations/27-4012.00/related/technology_skills/43232103",
         "title": "Video creation and editing software",
         "example": [
            {
               "title": "Adobe After Effects",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/Adobe%20After%20Effects",
               "hot_technology": true
            },
            {
               "title": "Adobe Premiere Pro",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Adobe%20Premiere%20Pro"
            },
            {
               "title": "Apple Final Cut Pro",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Apple%20Final%20Cut%20Pro"
            },
            {
               "title": "Video encoder software",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Video%20encoder%20software"
            }
         ],
         "example_more": [
            {
               "title": "Avid Technology audio visual editing software",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Avid%20Technology%20audio%20visual%20editing%20software"
            },
            {
               "title": "Character generator software",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Character%20generator%20software"
            },
            {
               "title": "Video decoder software",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Video%20decoder%20software"
            }
         ]
      },
      {
         "code": 43232106,
         "related": "https://api-v2.onetcenter.org/online/occupations/27-4012.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,
               "in_demand": true,
               "percentage": 5
            }
         ]
      },
      {
         "code": 43233004,
         "related": "https://api-v2.onetcenter.org/online/occupations/27-4012.00/related/technology_skills/43233004",
         "title": "Operating system software",
         "example": [
            {
               "title": "Cisco IOS",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Cisco%20IOS"
            },
            {
               "title": "Linux",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/Linux",
               "hot_technology": true
            },
            {
               "title": "Microsoft Windows",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/Microsoft%20Windows",
               "hot_technology": true
            },
            {
               "title": "UNIX",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/UNIX",
               "hot_technology": true
            }
         ]
      },
      {
         "code": 43233501,
         "related": "https://api-v2.onetcenter.org/online/occupations/27-4012.00/related/technology_skills/43233501",
         "title": "Electronic mail software",
         "example": [
            {
               "title": "Email software",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Email%20software"
            },
            {
               "title": "Microsoft Outlook",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/Microsoft%20Outlook",
               "hot_technology": true,
               "in_demand": true,
               "percentage": 5
            }
         ]
      },
      {
         "code": 43232102,
         "related": "https://api-v2.onetcenter.org/online/occupations/27-4012.00/related/technology_skills/43232102",
         "title": "Graphics or photo imaging software",
         "example": [
            {
               "title": "Adobe Illustrator",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/Adobe%20Illustrator",
               "hot_technology": true
            },
            {
               "title": "Adobe Photoshop",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/Adobe%20Photoshop",
               "hot_technology": true
            }
         ]
      }
   ]
}