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/online/occupations/51-4071.00/details/tools_used
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 45,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-4071.00/details/tools_used?start=11&end=20",
   "category": [
      {
         "code": 23161510,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4071.00/related/tools_used/23161510",
         "title": "Casting machines",
         "example": [
            "Centrifugal casting machines",
            "Coremaking machines",
            "Die casting machines",
            "Vacuum casting machines"
         ],
         "example_more": [
            "Core machines"
         ]
      },
      {
         "code": 40101805,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4071.00/related/tools_used/40101805",
         "title": "Furnaces",
         "example": [
            "Cupola furnaces",
            "Foundry ovens"
         ]
      },
      {
         "code": 23241510,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4071.00/related/tools_used/23241510",
         "title": "Metal shearing machine",
         "example": [
            "Shearing machines"
         ]
      },
      {
         "code": 41114610,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4071.00/related/tools_used/41114610",
         "title": "Foundry testing apparatus",
         "example": [
            "Foundry sand testing equipment"
         ]
      },
      {
         "code": 41111630,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4071.00/related/tools_used/41111630",
         "title": "Dial indicator or dial gauge",
         "example": [
            "Dial indicators"
         ]
      },
      {
         "code": 23161501,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4071.00/related/tools_used/23161501",
         "title": "Foundry blowers",
         "example": [
            "Core blowers"
         ]
      },
      {
         "code": 41111601,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4071.00/related/tools_used/41111601",
         "title": "Micrometers",
         "example": [
            "Digital micrometers"
         ]
      },
      {
         "code": 40161601,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4071.00/related/tools_used/40161601",
         "title": "Air scrubbers",
         "example": [
            "Vent gas scrubbers"
         ]
      },
      {
         "code": 23281601,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4071.00/related/tools_used/23281601",
         "title": "Induction heating machine",
         "example": [
            "Heat treating furnaces"
         ]
      },
      {
         "code": 27111701,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4071.00/related/tools_used/27111701",
         "title": "Screwdrivers",
         "example": [
            "Multipurpose screwdrivers"
         ]
      }
   ]
}