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

URL:
https://api-v2.onetcenter.org/online/technology/examples/IPro%20Restaurant%20Inventory%2C%20Recipe%20%26%20Menu%20Software
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 2,
   "total": 2,
   "category": [
      {
         "href": "https://api-v2.onetcenter.org/online/technology/categories/43232605",
         "code": 43232605,
         "title": "Analytical or scientific software"
      }
   ],
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/35-1011.00/",
         "code": "35-1011.00",
         "title": "Chefs and Head Cooks",
         "tags": {
            "bright_outlook": true
         },
         "job_zone": {
            "code": 3,
            "title": "Job Zone Three: Medium Preparation Needed"
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/11-9051.00/",
         "code": "11-9051.00",
         "title": "Food Service Managers",
         "tags": {},
         "job_zone": {
            "code": 2,
            "title": "Job Zone Two: Some Preparation Needed"
         }
      }
   ]
}