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/47-2082.00/details/tools_used
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 22,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-2082.00/details/tools_used?start=11&end=20",
   "category": [
      {
         "code": 27112601,
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2082.00/related/tools_used/27112601",
         "title": "Putty knives",
         "example": [
            "Corner knives",
            "Drywall knockdown knives",
            "Joint knives",
            "Pivoting drywall knives"
         ],
         "example_more": [
            "Drywall taping knives",
            "Feather edge drywall darbies",
            "Wipe-down knives"
         ]
      },
      {
         "code": 27112903,
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2082.00/related/tools_used/27112903",
         "title": "Hand sprayers",
         "example": [
            "Hand operated spray guns",
            "Hopper guns",
            "Patch guns",
            "Texture sprayers"
         ]
      },
      {
         "code": 23153020,
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2082.00/related/tools_used/23153020",
         "title": "Tape guide",
         "example": [
            "Automatic taping tools",
            "Banjo drywall tapers"
         ]
      },
      {
         "code": 27112201,
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2082.00/related/tools_used/27112201",
         "title": "Trowels",
         "example": [
            "Drywall trowels",
            "Radius trowels"
         ]
      },
      {
         "code": 31211906,
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2082.00/related/tools_used/31211906",
         "title": "Paint rollers",
         "example": [
            "Corner rollers",
            "Texture rollers"
         ]
      },
      {
         "code": 46182001,
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2082.00/related/tools_used/46182001",
         "title": "Masks or accessories",
         "example": [
            "Dust masks"
         ]
      },
      {
         "code": 30191501,
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2082.00/related/tools_used/30191501",
         "title": "Ladders",
         "example": [
            "Drywall stilts"
         ]
      },
      {
         "code": 47121602,
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2082.00/related/tools_used/47121602",
         "title": "Vacuum cleaners",
         "example": [
            "Industrial vacuums"
         ]
      },
      {
         "code": 22101902,
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2082.00/related/tools_used/22101902",
         "title": "Plaster or mortar mixers",
         "example": [
            "Drywall mud mixers"
         ]
      },
      {
         "code": 27113003,
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2082.00/related/tools_used/27113003",
         "title": "Applicator brushes",
         "example": [
            "Application brushes"
         ]
      }
   ]
}