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-4011.00/summary/technology_skills
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 17,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-4011.00/summary/technology_skills?start=6&end=10",
   "hot_technology": {
      "total": 10,
      "href": "https://api-v2.onetcenter.org/online/occupations/47-4011.00/hot_technology"
   },
   "in_demand_skills": {
      "total": 10,
      "href": "https://api-v2.onetcenter.org/online/occupations/47-4011.00/summary/in_demand_skills"
   },
   "category": [
      {
         "code": 43232104,
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4011.00/related/technology_skills/43232104",
         "title": "Word processing software",
         "example": [
            {
               "title": "Inspection Depot Home Guide System",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Inspection%20Depot%20Home%20Guide%20System"
            },
            {
               "title": "Microsoft Word",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/Microsoft%20Word",
               "hot_technology": true,
               "in_demand": true,
               "percentage": 5
            },
            {
               "title": "New construction inspection form software",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/New%20construction%20inspection%20form%20software"
            },
            {
               "title": "Residential home inspection form software",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Residential%20home%20inspection%20form%20software"
            }
         ]
      },
      {
         "code": 43232106,
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4011.00/related/technology_skills/43232106",
         "title": "Presentation software",
         "example": [
            {
               "title": "Microsoft PowerPoint",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/Microsoft%20PowerPoint",
               "hot_technology": true
            }
         ]
      },
      {
         "code": 43233501,
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4011.00/related/technology_skills/43233501",
         "title": "Electronic mail software",
         "example": [
            {
               "title": "Email software",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Email%20software"
            },
            {
               "title": "Microsoft Exchange",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Microsoft%20Exchange"
            },
            {
               "title": "Microsoft Outlook",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/Microsoft%20Outlook",
               "hot_technology": true,
               "in_demand": true,
               "percentage": 8
            }
         ]
      },
      {
         "code": 43232606,
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4011.00/related/technology_skills/43232606",
         "title": "Compliance software",
         "example": [
            {
               "title": "Automated permit system software",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Automated%20permit%20system%20software"
            },
            {
               "title": "NorthWest Builders Network Plan Analyst",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/NorthWest%20Builders%20Network%20Plan%20Analyst"
            },
            {
               "title": "OptaSoft Commercial Building Inspector",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/OptaSoft%20Commercial%20Building%20Inspector"
            }
         ]
      },
      {
         "code": 43231507,
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4011.00/related/technology_skills/43231507",
         "title": "Project management software",
         "example": [
            {
               "title": "Microsoft Project",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/Microsoft%20Project",
               "hot_technology": true
            },
            {
               "title": "Oracle Primavera Enterprise Project Portfolio Management",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/Oracle%20Primavera%20Enterprise%20Project%20Portfolio%20Management",
               "hot_technology": true
            },
            {
               "title": "Oracle Primavera Systems",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Oracle%20Primavera%20Systems"
            }
         ]
      }
   ]
}