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/37-3011.00/education
Status:
200 OK
Content-Type:
application/json
{
   "job_zone": {
      "href": "https://api-v2.onetcenter.org/veterans/job_preparation/1",
      "code": 1,
      "title": "Job Zone One: Little or No Preparation Needed",
      "experience": "Little or no previous work-related skill, knowledge, or experience is needed for these careers. For example, a person can become a waiter or waitress even if he/she has never worked before.",
      "training": "Employees in these careers need from a few days to a few months of training. Usually, an experienced worker can show you how to do the job.",
      "education": "Some of these careers may need a high school diploma or GED certificate."
   },
   "education_usually_needed": [
      "no high school diploma/GED",
      "certificate after high school"
   ]
}