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/17-3021.00/summary/technology_skills
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 23,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-3021.00/summary/technology_skills?start=6&end=10",
   "hot_technology": {
      "total": 27,
      "href": "https://api-v2.onetcenter.org/online/occupations/17-3021.00/hot_technology"
   },
   "category": [
      {
         "code": 43232406,
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3021.00/related/technology_skills/43232406",
         "title": "Program testing software",
         "example": [
            {
               "title": "Bugzilla",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Bugzilla"
            },
            {
               "title": "Hewlett Packard LoadRunner",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Hewlett%20Packard%20LoadRunner"
            },
            {
               "title": "JUnit",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/JUnit",
               "hot_technology": true
            },
            {
               "title": "Selenium",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/Selenium",
               "hot_technology": true
            }
         ],
         "example_more": [
            {
               "title": "Debugging software",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Debugging%20software"
            }
         ]
      },
      {
         "code": 43232106,
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3021.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": 43233004,
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3021.00/related/technology_skills/43233004",
         "title": "Operating system software",
         "example": [
            {
               "title": "Job control language JCL",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Job%20control%20language%20JCL"
            },
            {
               "title": "Linux",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/Linux",
               "hot_technology": true
            },
            {
               "title": "Red Hat Enterprise Linux",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/Red%20Hat%20Enterprise%20Linux",
               "hot_technology": true
            },
            {
               "title": "UNIX",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/UNIX",
               "hot_technology": true
            }
         ]
      },
      {
         "code": 43232405,
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3021.00/related/technology_skills/43232405",
         "title": "Object or component oriented development software",
         "example": [
            {
               "title": "Apache JMeter",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Apache%20JMeter"
            },
            {
               "title": "C++",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/C%2B%2B",
               "hot_technology": true
            },
            {
               "title": "Oracle Java",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/Oracle%20Java",
               "hot_technology": true
            },
            {
               "title": "Python",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/Python",
               "hot_technology": true
            }
         ]
      },
      {
         "code": 43232306,
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3021.00/related/technology_skills/43232306",
         "title": "Data base user interface and query software",
         "example": [
            {
               "title": "Microsoft Access",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/Microsoft%20Access",
               "hot_technology": true
            },
            {
               "title": "Microsoft SQL Server",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/Microsoft%20SQL%20Server",
               "hot_technology": true
            },
            {
               "title": "Oracle Database",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/Oracle%20Database",
               "hot_technology": true
            },
            {
               "title": "Structured query language SQL",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/Structured%20query%20language%20SQL",
               "hot_technology": true
            }
         ]
      }
   ]
}