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/Patient%20electronic%20medical%20record%20EMR%20software
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 13,
   "total": 13,
   "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/21-1021.00/",
         "code": "21-1021.00",
         "title": "Child, Family, and School Social Workers",
         "tags": {},
         "job_zone": {
            "code": 4,
            "title": "Job Zone Four: Considerable Preparation Needed"
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/19-3039.03/",
         "code": "19-3039.03",
         "title": "Clinical Neuropsychologists",
         "tags": {},
         "job_zone": {
            "code": 5,
            "title": "Job Zone Five: Extensive Preparation Needed"
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/29-2051.00/",
         "code": "29-2051.00",
         "title": "Dietetic Technicians",
         "tags": {},
         "job_zone": {
            "code": 3,
            "title": "Job Zone Three: Medium Preparation Needed"
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/31-9099.02/",
         "code": "31-9099.02",
         "title": "Endoscopy Technicians",
         "tags": {
            "bright_outlook": true
         },
         "job_zone": {
            "code": 2,
            "title": "Job Zone Two: Some Preparation Needed"
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/21-1022.00/",
         "code": "21-1022.00",
         "title": "Healthcare Social Workers",
         "tags": {
            "bright_outlook": true
         },
         "job_zone": {
            "code": 5,
            "title": "Job Zone Five: Extensive Preparation Needed"
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/21-1023.00/",
         "code": "21-1023.00",
         "title": "Mental Health and Substance Abuse Social Workers",
         "tags": {
            "bright_outlook": true
         },
         "job_zone": {
            "code": 5,
            "title": "Job Zone Five: Extensive Preparation Needed"
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/21-1014.00/",
         "code": "21-1014.00",
         "title": "Mental Health Counselors",
         "tags": {
            "bright_outlook": true
         },
         "job_zone": {
            "code": 5,
            "title": "Job Zone Five: Extensive Preparation Needed"
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/29-9099.01/",
         "code": "29-9099.01",
         "title": "Midwives",
         "tags": {
            "bright_outlook": true
         },
         "job_zone": {
            "code": 5,
            "title": "Job Zone Five: Extensive Preparation Needed"
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/19-3039.02/",
         "code": "19-3039.02",
         "title": "Neuropsychologists",
         "tags": {},
         "job_zone": {
            "code": 5,
            "title": "Job Zone Five: Extensive Preparation Needed"
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/29-1221.00/",
         "code": "29-1221.00",
         "title": "Pediatricians, General",
         "tags": {},
         "job_zone": {
            "code": 5,
            "title": "Job Zone Five: Extensive Preparation Needed"
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/29-1229.05/",
         "code": "29-1229.05",
         "title": "Preventive Medicine 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-1125.00/",
         "code": "29-1125.00",
         "title": "Recreational Therapists",
         "tags": {},
         "job_zone": {
            "code": 4,
            "title": "Job Zone Four: Considerable Preparation Needed"
         }
      }
   ]
}