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/technology/examples/Exact%20Software%20Macola%20ES
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 4,
   "total": 4,
   "category": [
      {
         "href": "https://api-v2.onetcenter.org/online/technology/categories/43231602",
         "code": 43231602,
         "title": "Enterprise resource planning ERP software"
      }
   ],
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/13-2011.00/",
         "code": "13-2011.00",
         "title": "Accountants and Auditors",
         "tags": {
            "bright_outlook": true
         },
         "job_zone": {
            "code": 4,
            "title": "Job Zone Four: Considerable Preparation Needed"
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/43-6011.00/",
         "code": "43-6011.00",
         "title": "Executive Secretaries and Executive Administrative Assistants",
         "tags": {},
         "job_zone": {
            "code": 3,
            "title": "Job Zone Three: Medium Preparation Needed"
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/43-5061.00/",
         "code": "43-5061.00",
         "title": "Production, Planning, and Expediting Clerks",
         "tags": {},
         "job_zone": {
            "code": 2,
            "title": "Job Zone Two: Some Preparation Needed"
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/11-3031.01/",
         "code": "11-3031.01",
         "title": "Treasurers and Controllers",
         "tags": {
            "bright_outlook": true
         },
         "job_zone": {
            "code": 4,
            "title": "Job Zone Four: Considerable Preparation Needed"
         }
      }
   ]
}