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/categories/43232614
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 3,
   "total": 3,
   "summary": {
      "code": 43232614,
      "title": "Computer aided design CAD and computer aided manufacturing CAM system",
      "description": "Software that includes computer aided design (CAD) programs for designing an object and the computer aided manufacturing (CAM) program to make a product.",
      "example": [
         "Vero Software Edgecam",
         "Computer aided design and computer aided manufacturing CAD/CAM engraving software"
      ]
   },
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/51-9194.00/",
         "code": "51-9194.00",
         "title": "Etchers and Engravers",
         "tags": {},
         "job_zone": {
            "code": 2,
            "title": "Job Zone Two: Some Preparation Needed"
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/51-4035.00/",
         "code": "51-4035.00",
         "title": "Milling and Planing Machine Setters, Operators, and Tenders, Metal and Plastic",
         "tags": {},
         "job_zone": {
            "code": 2,
            "title": "Job Zone Two: Some Preparation Needed"
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/51-4194.00/",
         "code": "51-4194.00",
         "title": "Tool Grinders, Filers, and Sharpeners",
         "tags": {},
         "job_zone": {
            "code": 2,
            "title": "Job Zone Two: Some Preparation Needed"
         }
      }
   ]
}