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/Allscripts%20PM
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 9,
   "total": 9,
   "category": [
      {
         "href": "https://api-v2.onetcenter.org/online/technology/categories/43232610",
         "code": 43232610,
         "title": "Medical software"
      }
   ],
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/29-1229.01/",
         "code": "29-1229.01",
         "title": "Allergists and Immunologists",
         "tags": {},
         "job_zone": {
            "code": 5,
            "title": "Job Zone Five: Extensive Preparation Needed"
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/29-1071.01/",
         "code": "29-1071.01",
         "title": "Anesthesiologist Assistants",
         "tags": {
            "bright_outlook": true
         },
         "job_zone": {
            "code": 5,
            "title": "Job Zone Five: Extensive Preparation Needed"
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/29-1213.00/",
         "code": "29-1213.00",
         "title": "Dermatologists",
         "tags": {
            "bright_outlook": true
         },
         "job_zone": {
            "code": 5,
            "title": "Job Zone Five: Extensive Preparation Needed"
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/29-1217.00/",
         "code": "29-1217.00",
         "title": "Neurologists",
         "tags": {
            "bright_outlook": true
         },
         "job_zone": {
            "code": 5,
            "title": "Job Zone Five: Extensive Preparation Needed"
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/29-1241.00/",
         "code": "29-1241.00",
         "title": "Ophthalmologists, Except Pediatric",
         "tags": {},
         "job_zone": {
            "code": 5,
            "title": "Job Zone Five: Extensive Preparation Needed"
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/29-1229.04/",
         "code": "29-1229.04",
         "title": "Physical Medicine and Rehabilitation Physicians",
         "tags": {},
         "job_zone": {
            "code": 5,
            "title": "Job Zone Five: Extensive Preparation Needed"
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/29-1224.00/",
         "code": "29-1224.00",
         "title": "Radiologists",
         "tags": {},
         "job_zone": {
            "code": 5,
            "title": "Job Zone Five: Extensive Preparation Needed"
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/29-1229.06/",
         "code": "29-1229.06",
         "title": "Sports Medicine Physicians",
         "tags": {},
         "job_zone": {
            "code": 5,
            "title": "Job Zone Five: Extensive Preparation Needed"
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/29-1229.03/",
         "code": "29-1229.03",
         "title": "Urologists",
         "tags": {},
         "job_zone": {
            "code": 5,
            "title": "Job Zone Five: Extensive Preparation Needed"
         }
      }
   ]
}