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/47-2043.00/details/tools_used
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 23,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-2043.00/details/tools_used?start=11&end=20",
   "category": [
      {
         "code": 27112708,
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2043.00/related/tools_used/27112708",
         "title": "Power sanders",
         "example": [
            "Floor sanders",
            "Portable belt sanders",
            "Rotary sanders"
         ]
      },
      {
         "code": 47121611,
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2043.00/related/tools_used/47121611",
         "title": "Floor scrapers",
         "example": [
            "Floor scraping tools",
            "Floor strippers"
         ]
      },
      {
         "code": 47121603,
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2043.00/related/tools_used/47121603",
         "title": "Floor polishers",
         "example": [
            "Floor buffers",
            "Floor waxers"
         ]
      },
      {
         "code": 46182001,
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2043.00/related/tools_used/46182001",
         "title": "Masks or accessories",
         "example": [
            "Dust masks"
         ]
      },
      {
         "code": 47131502,
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2043.00/related/tools_used/47131502",
         "title": "Cleaning cloths or wipes",
         "example": [
            "Tack cloths"
         ]
      },
      {
         "code": 27131507,
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2043.00/related/tools_used/27131507",
         "title": "Pneumatic sanding machines",
         "example": [
            "Pneumatic orbital sanders"
         ]
      },
      {
         "code": 31211902,
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2043.00/related/tools_used/31211902",
         "title": "Edging tools",
         "example": [
            "Finish edging tools"
         ]
      },
      {
         "code": 46181902,
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2043.00/related/tools_used/46181902",
         "title": "Acoustic ear muffs or defenders",
         "example": [
            "Protective ear muffs"
         ]
      },
      {
         "code": 27112203,
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2043.00/related/tools_used/27112203",
         "title": "Edgers",
         "example": [
            "Corner tools"
         ]
      },
      {
         "code": 27111503,
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2043.00/related/tools_used/27111503",
         "title": "Utility knives",
         "example": [
            "Flooring utility knives"
         ]
      }
   ]
}