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/35-2015.00/summary/technology_skills
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 2,
   "total": 2,
   "category": [
      {
         "code": 43232611,
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2015.00/related/technology_skills/43232611",
         "title": "Point of sale POS software",
         "example": [
            {
               "title": "Aldelo Systems Aldelo for Restaurants Pro",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Aldelo%20Systems%20Aldelo%20for%20Restaurants%20Pro"
            },
            {
               "title": "Foodman Home-Delivery",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Foodman%20Home-Delivery"
            },
            {
               "title": "Plexis Software Plexis POS",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Plexis%20Software%20Plexis%20POS"
            },
            {
               "title": "RestaurantPlus PRO",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/RestaurantPlus%20PRO"
            }
         ]
      },
      {
         "code": 43231508,
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2015.00/related/technology_skills/43231508",
         "title": "Inventory management software",
         "example": [
            {
               "title": "Inventory control software",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Inventory%20control%20software"
            }
         ]
      }
   ]
}