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/occupations/45-2093.00/details/tools_used
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 36,
   "next": "https://api-v2.onetcenter.org/online/occupations/45-2093.00/details/tools_used?start=11&end=20",
   "category": [
      {
         "code": 21101902,
         "related": "https://api-v2.onetcenter.org/online/occupations/45-2093.00/related/tools_used/21101902",
         "title": "Animal husbandry equipment",
         "example": [
            "Cattle chutes",
            "Dehorners",
            "Headlocks",
            "Milking equipment sterilizers"
         ],
         "example_more": [
            "Cattle prods",
            "Debeakers",
            "Feed trailers",
            "Feed wagons"
         ]
      },
      {
         "code": 42121507,
         "related": "https://api-v2.onetcenter.org/online/occupations/45-2093.00/related/tools_used/42121507",
         "title": "Veterinary injection or suction unit",
         "example": [
            "Animal vaccination syringes",
            "Balling guns",
            "Insemination syringes",
            "Veterinary intravenous IV sets"
         ]
      },
      {
         "code": 21101906,
         "related": "https://api-v2.onetcenter.org/online/occupations/45-2093.00/related/tools_used/21101906",
         "title": "Egg inspection or collecting equipment",
         "example": [
            "Egg candlers",
            "Egg grading machines",
            "Egg washing machines"
         ]
      },
      {
         "code": 27112903,
         "related": "https://api-v2.onetcenter.org/online/occupations/45-2093.00/related/tools_used/27112903",
         "title": "Hand sprayers",
         "example": [
            "Disinfectant sprayers",
            "Insecticide sprayers"
         ]
      },
      {
         "code": 42121515,
         "related": "https://api-v2.onetcenter.org/online/occupations/45-2093.00/related/tools_used/42121515",
         "title": "Veterinary nail trimmers or cutters",
         "example": [
            "Hoof trimmers",
            "Nail trimmers"
         ]
      },
      {
         "code": 21101909,
         "related": "https://api-v2.onetcenter.org/online/occupations/45-2093.00/related/tools_used/21101909",
         "title": "Animal shearing or clipping equipment",
         "example": [
            "Animal hair clippers",
            "Animal hair trimmers"
         ]
      },
      {
         "code": 22101710,
         "related": "https://api-v2.onetcenter.org/online/occupations/45-2093.00/related/tools_used/22101710",
         "title": "Snowplow attachments",
         "example": [
            "Snowplows"
         ]
      },
      {
         "code": 10141501,
         "related": "https://api-v2.onetcenter.org/online/occupations/45-2093.00/related/tools_used/10141501",
         "title": "Saddles",
         "example": [
            "Horse saddles"
         ]
      },
      {
         "code": 10141601,
         "related": "https://api-v2.onetcenter.org/online/occupations/45-2093.00/related/tools_used/10141601",
         "title": "Bridles",
         "example": [
            "Horse bridles"
         ]
      },
      {
         "code": 25101901,
         "related": "https://api-v2.onetcenter.org/online/occupations/45-2093.00/related/tools_used/25101901",
         "title": "Agricultural tractors",
         "example": [
            "Multipurpose tractors"
         ]
      }
   ]
}