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-8031.00/summary/technology_skills
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 12,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-8031.00/summary/technology_skills?start=6&end=10",
   "hot_technology": {
      "total": 5,
      "href": "https://api-v2.onetcenter.org/online/occupations/51-8031.00/hot_technology"
   },
   "in_demand_skills": {
      "total": 5,
      "href": "https://api-v2.onetcenter.org/online/occupations/51-8031.00/summary/in_demand_skills"
   },
   "category": [
      {
         "code": 43232110,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8031.00/related/technology_skills/43232110",
         "title": "Spreadsheet software",
         "example": [
            {
               "title": "Microsoft Excel",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/Microsoft%20Excel",
               "hot_technology": true,
               "in_demand": true,
               "percentage": 7
            }
         ]
      },
      {
         "code": 43232106,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8031.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": 43232306,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8031.00/related/technology_skills/43232306",
         "title": "Data base user interface and query software",
         "example": [
            {
               "title": "Data logging software",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Data%20logging%20software"
            },
            {
               "title": "Database software",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Database%20software"
            },
            {
               "title": "Operational Data Store ODS software",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Operational%20Data%20Store%20ODS%20software"
            }
         ]
      },
      {
         "code": 43232608,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8031.00/related/technology_skills/43232608",
         "title": "Industrial control software",
         "example": [
            {
               "title": "Human machine interface HMI software",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Human%20machine%20interface%20HMI%20software"
            },
            {
               "title": "Supervisory control and data acquisition SCADA software",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Supervisory%20control%20and%20data%20acquisition%20SCADA%20software"
            },
            {
               "title": "Wastewater expert control systems",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Wastewater%20expert%20control%20systems"
            }
         ]
      },
      {
         "code": 43232510,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8031.00/related/technology_skills/43232510",
         "title": "Geographic information system",
         "example": [
            {
               "title": "Geographic information system GIS systems",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Geographic%20information%20system%20GIS%20systems"
            }
         ]
      }
   ]
}