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/51-9194.00/details/technology_skills
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 4,
   "total": 4,
   "hot_technology": {
      "total": 2,
      "href": "https://api-v2.onetcenter.org/online/occupations/51-9194.00/hot_technology"
   },
   "in_demand_skills": {
      "total": 2,
      "href": "https://api-v2.onetcenter.org/online/occupations/51-9194.00/details/in_demand_skills"
   },
   "category": [
      {
         "code": 43232102,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9194.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,
               "in_demand": true,
               "percentage": 14
            },
            {
               "title": "Corel CorelDraw Graphics Suite",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Corel%20CorelDraw%20Graphics%20Suite"
            }
         ]
      },
      {
         "code": 43232612,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9194.00/related/technology_skills/43232612",
         "title": "Computer aided manufacturing CAM software",
         "example": [
            {
               "title": "Delcam ArtCAM Express",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Delcam%20ArtCAM%20Express"
            },
            {
               "title": "Gravograph GravoStyle",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Gravograph%20GravoStyle"
            },
            {
               "title": "Western Engravers Supply Vision EXPERT",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Western%20Engravers%20Supply%20Vision%20EXPERT"
            }
         ]
      },
      {
         "code": 43233004,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9194.00/related/technology_skills/43233004",
         "title": "Operating system software",
         "example": [
            {
               "title": "Microsoft Windows",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/Microsoft%20Windows",
               "hot_technology": true
            }
         ]
      },
      {
         "code": 43232614,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9194.00/related/technology_skills/43232614",
         "title": "Computer aided design CAD and computer aided manufacturing CAM system",
         "example": [
            {
               "title": "Computer aided design and computer aided manufacturing CAD/CAM engraving software",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Computer%20aided%20design%20and%20computer%20aided%20manufacturing%20CAD%2FCAM%20engraving%20software"
            }
         ]
      }
   ]
}