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-2161.00/summary/technology_skills
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 13,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-2161.00/summary/technology_skills?start=6&end=10",
   "hot_technology": {
      "total": 6,
      "href": "https://api-v2.onetcenter.org/online/occupations/47-2161.00/hot_technology"
   },
   "category": [
      {
         "code": 43233004,
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2161.00/related/technology_skills/43233004",
         "title": "Operating system software",
         "example": [
            {
               "title": "Linux",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/Linux",
               "hot_technology": true
            },
            {
               "title": "Microsoft operating system",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Microsoft%20operating%20system"
            }
         ]
      },
      {
         "code": 43232102,
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2161.00/related/technology_skills/43232102",
         "title": "Graphics or photo imaging software",
         "example": [
            {
               "title": "Autodesk Maya",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Autodesk%20Maya"
            },
            {
               "title": "Corel Paint Shop Pro",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Corel%20Paint%20Shop%20Pro"
            },
            {
               "title": "Corel Painter",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Corel%20Painter"
            }
         ]
      },
      {
         "code": 43231507,
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2161.00/related/technology_skills/43231507",
         "title": "Project management software",
         "example": [
            {
               "title": "Construction Software Center EasyEst",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Construction%20Software%20Center%20EasyEst"
            },
            {
               "title": "Cost estimating software",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Cost%20estimating%20software"
            },
            {
               "title": "Sage Construction Anywhere",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Sage%20Construction%20Anywhere"
            }
         ]
      },
      {
         "code": 43231601,
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2161.00/related/technology_skills/43231601",
         "title": "Accounting software",
         "example": [
            {
               "title": "A-Systems JobView",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/A-Systems%20JobView"
            },
            {
               "title": "Turtle Creek Software Goldenseal",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Turtle%20Creek%20Software%20Goldenseal"
            }
         ]
      },
      {
         "code": 43232110,
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2161.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
            }
         ]
      }
   ]
}