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

URL:
https://api-v2.onetcenter.org/online/occupations/27-3011.00/details/technology_skills
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 12,
   "next": "https://api-v2.onetcenter.org/online/occupations/27-3011.00/details/technology_skills?start=11&end=12",
   "hot_technology": {
      "total": 6,
      "href": "https://api-v2.onetcenter.org/online/occupations/27-3011.00/hot_technology"
   },
   "in_demand_skills": {
      "total": 6,
      "href": "https://api-v2.onetcenter.org/online/occupations/27-3011.00/details/in_demand_skills"
   },
   "category": [
      {
         "code": 43232306,
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3011.00/related/technology_skills/43232306",
         "title": "Data base user interface and query software",
         "example": [
            {
               "title": "Database software",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Database%20software"
            },
            {
               "title": "Microsoft Access",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/Microsoft%20Access",
               "hot_technology": true
            },
            {
               "title": "Program logging software",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Program%20logging%20software"
            }
         ]
      },
      {
         "code": 43232106,
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3011.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": 43232005,
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3011.00/related/technology_skills/43232005",
         "title": "Music or sound editing software",
         "example": [
            {
               "title": "Adobe Audition",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Adobe%20Audition",
               "in_demand": true,
               "percentage": 9
            },
            {
               "title": "Audion Laboratories VoxPro",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Audion%20Laboratories%20VoxPro"
            },
            {
               "title": "Avid Technology Pro Tools",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Avid%20Technology%20Pro%20Tools"
            }
         ]
      },
      {
         "code": 43232104,
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3011.00/related/technology_skills/43232104",
         "title": "Word processing software",
         "example": [
            {
               "title": "Burli Software Burli Newsroom System",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Burli%20Software%20Burli%20Newsroom%20System"
            },
            {
               "title": "Microsoft Word",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/Microsoft%20Word",
               "hot_technology": true
            }
         ]
      },
      {
         "code": 43232110,
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3011.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
            }
         ]
      },
      {
         "code": 43233501,
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3011.00/related/technology_skills/43233501",
         "title": "Electronic mail software",
         "example": [
            {
               "title": "Microsoft Outlook",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/Microsoft%20Outlook",
               "hot_technology": true
            }
         ]
      },
      {
         "code": 43231602,
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3011.00/related/technology_skills/43231602",
         "title": "Enterprise resource planning ERP software",
         "example": [
            {
               "title": "Dalet Digital Media Systems Dalet Media Life",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Dalet%20Digital%20Media%20Systems%20Dalet%20Media%20Life"
            }
         ]
      },
      {
         "code": 43232403,
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3011.00/related/technology_skills/43232403",
         "title": "Enterprise application integration software",
         "example": [
            {
               "title": "Enterprise application integration EAI software",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Enterprise%20application%20integration%20EAI%20software"
            }
         ]
      },
      {
         "code": 43231513,
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3011.00/related/technology_skills/43231513",
         "title": "Office suite software",
         "example": [
            {
               "title": "Microsoft Office software",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/Microsoft%20Office%20software",
               "hot_technology": true,
               "in_demand": true,
               "percentage": 6
            }
         ]
      },
      {
         "code": 43232605,
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3011.00/related/technology_skills/43232605",
         "title": "Analytical or scientific software",
         "example": [
            {
               "title": "Statistical processing software",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Statistical%20processing%20software"
            }
         ]
      }
   ]
}