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/43-4011.00/summary/technology_skills
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/43-4011.00/summary/technology_skills?start=6&end=10",
   "hot_technology": {
      "total": 16,
      "href": "https://api-v2.onetcenter.org/online/occupations/43-4011.00/hot_technology"
   },
   "in_demand_skills": {
      "total": 16,
      "href": "https://api-v2.onetcenter.org/online/occupations/43-4011.00/summary/in_demand_skills"
   },
   "category": [
      {
         "code": 43232102,
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4011.00/related/technology_skills/43232102",
         "title": "Graphics or photo imaging software",
         "example": [
            {
               "title": "Adobe Creative Cloud software",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/Adobe%20Creative%20Cloud%20software",
               "hot_technology": true
            },
            {
               "title": "Adobe Illustrator",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/Adobe%20Illustrator",
               "hot_technology": true
            },
            {
               "title": "Adobe Photoshop",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/Adobe%20Photoshop",
               "hot_technology": true
            }
         ]
      },
      {
         "code": 43232106,
         "related": "https://api-v2.onetcenter.org/online/occupations/43-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,
               "in_demand": true,
               "percentage": 6
            }
         ]
      },
      {
         "code": 43232303,
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4011.00/related/technology_skills/43232303",
         "title": "Customer relationship management CRM software",
         "example": [
            {
               "title": "HEAT Software GoldMine",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/HEAT%20Software%20GoldMine"
            },
            {
               "title": "Royal Alliance VISION2020 Core",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Royal%20Alliance%20VISION2020%20Core"
            },
            {
               "title": "Salesforce software",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/Salesforce%20software",
               "hot_technology": true
            }
         ]
      },
      {
         "code": 43232306,
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4011.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": "Structured query language SQL",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/Structured%20query%20language%20SQL",
               "hot_technology": true
            },
            {
               "title": "Transaction processing software",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Transaction%20processing%20software"
            }
         ]
      },
      {
         "code": 43231602,
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4011.00/related/technology_skills/43231602",
         "title": "Enterprise resource planning ERP software",
         "example": [
            {
               "title": "Microsoft Dynamics",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/Microsoft%20Dynamics",
               "hot_technology": true
            },
            {
               "title": "Oracle PeopleSoft",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/Oracle%20PeopleSoft",
               "hot_technology": true
            }
         ]
      }
   ]
}