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/17-2072.01/related/technology_skills/43232804
Status:
200 OK
Content-Type:
application/json
{
   "summary": {
      "code": 43232804,
      "title": "Administration software",
      "example": [
         "Dynamic host configuration protocol DHCP",
         "Simple network management protocol SNMP software"
      ],
      "occupation_total": 15,
      "see_more": "https://api-v2.onetcenter.org/online/technology/categories/43232804"
   },
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/15-1241.00/",
         "code": "15-1241.00",
         "title": "Computer Network Architects",
         "tags": {
            "bright_outlook": true
         },
         "example": [
            "Cisco Systems CiscoWorks",
            "Element management software",
            "Netreo OmniCenter",
            "Riverbed Technology"
         ]
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/15-1231.00/",
         "code": "15-1231.00",
         "title": "Computer Network Support Specialists",
         "tags": {
            "bright_outlook": true
         },
         "example": [
            "Cisco Systems CiscoWorks",
            "Cisco Systems CiscoWorks LAN Management Solution",
            "Hewlett-Packard HP Network Node Manager",
            "ifconfig"
         ]
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/15-1211.00/",
         "code": "15-1211.00",
         "title": "Computer Systems Analysts",
         "tags": {
            "bright_outlook": true
         },
         "example": [
            "Cisco Systems CiscoWorks",
            "Element management software"
         ]
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/15-1232.00/",
         "code": "15-1232.00",
         "title": "Computer User Support Specialists",
         "tags": {},
         "example": [
            "Element management software"
         ]
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/15-1242.00/",
         "code": "15-1242.00",
         "title": "Database Administrators",
         "tags": {
            "bright_outlook": true
         },
         "example": [
            "Redgate SQL Server"
         ]
      }
   ]
}