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/13-1081.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/13-1081.00/summary/technology_skills?start=6&end=10",
   "hot_technology": {
      "total": 16,
      "href": "https://api-v2.onetcenter.org/online/occupations/13-1081.00/hot_technology"
   },
   "in_demand_skills": {
      "total": 16,
      "href": "https://api-v2.onetcenter.org/online/occupations/13-1081.00/summary/in_demand_skills"
   },
   "category": [
      {
         "code": 43231602,
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1081.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 E-Business Suite",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Oracle%20E-Business%20Suite"
            },
            {
               "title": "Oracle JD Edwards EnterpriseOne",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Oracle%20JD%20Edwards%20EnterpriseOne"
            },
            {
               "title": "SAP software",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/SAP%20software",
               "hot_technology": true,
               "in_demand": true,
               "percentage": 13
            }
         ]
      },
      {
         "code": 43232106,
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1081.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": 10
            }
         ]
      },
      {
         "code": 43232306,
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1081.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": "Structured query language SQL",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/Structured%20query%20language%20SQL",
               "hot_technology": true
            }
         ]
      },
      {
         "code": 43231503,
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1081.00/related/technology_skills/43231503",
         "title": "Procurement software",
         "example": [
            {
               "title": "Order management software",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Order%20management%20software"
            },
            {
               "title": "Purchasing software",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Purchasing%20software"
            }
         ]
      },
      {
         "code": 43231506,
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1081.00/related/technology_skills/43231506",
         "title": "Materials requirements planning logistics and supply chain software",
         "example": [
            {
               "title": "RedPrairie E2e",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/RedPrairie%20E2e"
            },
            {
               "title": "Warehouse management system WMS",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Warehouse%20management%20system%20WMS"
            }
         ]
      }
   ]
}