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-3023.00/details/technology_skills
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 6,
   "total": 6,
   "hot_technology": {
      "total": 2,
      "href": "https://api-v2.onetcenter.org/online/occupations/51-3023.00/hot_technology"
   },
   "in_demand_skills": {
      "total": 2,
      "href": "https://api-v2.onetcenter.org/online/occupations/51-3023.00/details/in_demand_skills"
   },
   "category": [
      {
         "code": 43232110,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-3023.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": 43231508,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-3023.00/related/technology_skills/43231508",
         "title": "Inventory management software",
         "example": [
            {
               "title": "AgInfoLink Meat Inventory Tracking System MITS",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/AgInfoLink%20Meat%20Inventory%20Tracking%20System%20MITS"
            },
            {
               "title": "RFID software",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/RFID%20software"
            },
            {
               "title": "Traceability software",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Traceability%20software"
            }
         ]
      },
      {
         "code": 43231602,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-3023.00/related/technology_skills/43231602",
         "title": "Enterprise resource planning ERP software",
         "example": [
            {
               "title": "Integrated Management Systems Food Connex Cloud",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Integrated%20Management%20Systems%20Food%20Connex%20Cloud"
            },
            {
               "title": "Second Foundation NaviMeat",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Second%20Foundation%20NaviMeat"
            }
         ]
      },
      {
         "code": 43231601,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-3023.00/related/technology_skills/43231601",
         "title": "Accounting software",
         "example": [
            {
               "title": "AccountMate Software AccountMate",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/AccountMate%20Software%20AccountMate"
            }
         ]
      },
      {
         "code": 43231513,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-3023.00/related/technology_skills/43231513",
         "title": "Office suite software",
         "example": [
            {
               "title": "Microsoft Office software",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/Microsoft%20Office%20software",
               "hot_technology": true,
               "in_demand": true,
               "percentage": 6
            }
         ]
      },
      {
         "code": 43233004,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-3023.00/related/technology_skills/43233004",
         "title": "Operating system software",
         "example": []
      }
   ]
}