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

URL:
https://api-v2.onetcenter.org/mnm/careers/51-4061.00/explore_more
Status:
200 OK
Content-Type:
application/json
{
   "careers": [
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/51-4192.00/",
         "code": "51-4192.00",
         "title": "Layout Workers, Metal & Plastic",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/51-7031.00/",
         "code": "51-7031.00",
         "title": "Model Makers, Wood",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/51-4062.00/",
         "code": "51-4062.00",
         "title": "Patternmakers, Metal & Plastic",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/51-2041.00/",
         "code": "51-2041.00",
         "title": "Structural Metal Fabricators & Fitters",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/51-4111.00/",
         "code": "51-4111.00",
         "title": "Tool & Die Makers",
         "tags": {}
      }
   ],
   "industries": [
      {
         "most_people": "https://api-v2.onetcenter.org/mnm/industries/31/most_people",
         "code": 31,
         "title": "Manufacturing"
      },
      {
         "some_people": "https://api-v2.onetcenter.org/mnm/industries/54/some_people",
         "code": 54,
         "title": "Professional, Science, & Technical"
      }
   ]
}