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-2061.00/summary/technology_skills
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 6,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-2061.00/summary/technology_skills?start=6&end=6",
   "hot_technology": {
      "total": 1,
      "href": "https://api-v2.onetcenter.org/online/occupations/51-2061.00/hot_technology"
   },
   "category": [
      {
         "code": 43231513,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2061.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
            }
         ]
      },
      {
         "code": 43232611,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2061.00/related/technology_skills/43232611",
         "title": "Point of sale POS software",
         "example": [
            {
               "title": "Retail sales software",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Retail%20sales%20software"
            }
         ]
      },
      {
         "code": 43232605,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2061.00/related/technology_skills/43232605",
         "title": "Analytical or scientific software",
         "example": [
            {
               "title": "Maplesoft Maple",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Maplesoft%20Maple"
            }
         ]
      },
      {
         "code": 43232705,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2061.00/related/technology_skills/43232705",
         "title": "Internet browser software",
         "example": [
            {
               "title": "Web browser software",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Web%20browser%20software"
            }
         ]
      },
      {
         "code": 43231508,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2061.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"
            }
         ]
      }
   ]
}