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/veterans/careers/19-1011.00/education
Status:
200 OK
Content-Type:
application/json
{
   "job_zone": {
      "href": "https://api-v2.onetcenter.org/veterans/job_preparation/5",
      "code": 5,
      "title": "Job Zone Five: Extensive Preparation Needed",
      "experience": "Extensive skill, knowledge, and experience are needed for these careers. Many require more than five years of experience. For example, surgeons must complete four years of college and an additional five to seven years of specialized medical training to be able to do their job.",
      "training": "Employees may need some on-the-job training. However, the person will usually have the needed skills, knowledge, work-related experience, and training before starting the job.",
      "education": "Most of these careers need a graduate school education. For example, they may require a master's degree, and some require a Ph.D., M.D., or J.D. (law degree)."
   },
   "education_usually_needed": [
      "doctoral degree",
      "master's degree"
   ]
}