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/The%20CAD%20Zone%20The%20Crime%20Zone
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 5,
   "category": [
      {
         "href": "https://api-v2.onetcenter.org/online/technology/categories/43232102",
         "code": 43232102,
         "title": "Graphics or photo imaging software"
      }
   ],
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/33-3021.00/",
         "code": "33-3021.00",
         "title": "Detectives and Criminal Investigators",
         "tags": {},
         "job_zone": {
            "code": 3,
            "title": "Job Zone Three: Medium Preparation Needed"
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/33-1012.00/",
         "code": "33-1012.00",
         "title": "First-Line Supervisors of Police and Detectives",
         "tags": {},
         "job_zone": {
            "code": 2,
            "title": "Job Zone Two: Some Preparation Needed"
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/19-4092.00/",
         "code": "19-4092.00",
         "title": "Forensic Science Technicians",
         "tags": {
            "bright_outlook": true
         },
         "job_zone": {
            "code": 3,
            "title": "Job Zone Three: Medium Preparation Needed"
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/33-3051.00/",
         "code": "33-3051.00",
         "title": "Police and Sheriff's Patrol Officers",
         "tags": {},
         "job_zone": {
            "code": 3,
            "title": "Job Zone Three: Medium Preparation Needed"
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/33-3021.02/",
         "code": "33-3021.02",
         "title": "Police Identification and Records Officers",
         "tags": {},
         "job_zone": {
            "code": 3,
            "title": "Job Zone Three: Medium Preparation Needed"
         }
      }
   ]
}