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/33-9099.02/summary/technology_skills
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 10,
   "next": "https://api-v2.onetcenter.org/online/occupations/33-9099.02/summary/technology_skills?start=6&end=10",
   "hot_technology": {
      "total": 8,
      "href": "https://api-v2.onetcenter.org/online/occupations/33-9099.02/hot_technology"
   },
   "category": [
      {
         "code": 43232306,
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9099.02/related/technology_skills/43232306",
         "title": "Data base user interface and query software",
         "example": [
            {
               "title": "Case management system software",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Case%20management%20system%20software"
            },
            {
               "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": "Structured query language SQL",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/Structured%20query%20language%20SQL",
               "hot_technology": true
            }
         ]
      },
      {
         "code": 43232106,
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9099.02/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": 43233205,
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9099.02/related/technology_skills/43233205",
         "title": "Transaction security and virus protection software",
         "example": [
            {
               "title": "McAfee",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/McAfee"
            },
            {
               "title": "NortonLifeLock cybersecurity software",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/NortonLifeLock%20cybersecurity%20software"
            }
         ]
      },
      {
         "code": 43232605,
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9099.02/related/technology_skills/43232605",
         "title": "Analytical or scientific software",
         "example": [
            {
               "title": "Aspect Loss Prevention Aspect EliteLP",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Aspect%20Loss%20Prevention%20Aspect%20EliteLP"
            },
            {
               "title": "Epicor Loss Prevention",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Epicor%20Loss%20Prevention"
            }
         ]
      },
      {
         "code": 43232110,
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9099.02/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
            }
         ]
      }
   ]
}