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/database/rows/tools_used
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 20,
   "total": 41662,
   "next": "https://api-v2.onetcenter.org/database/rows/tools_used?start=21&end=40",
   "row": [
      {
         "onetsoc_code": "11-1011.00",
         "title": "Chief Executives",
         "example": "10-key calculators",
         "commodity_code": 44101809,
         "commodity_title": "Desktop calculator"
      },
      {
         "onetsoc_code": "11-1011.00",
         "title": "Chief Executives",
         "example": "Desktop computers",
         "commodity_code": 43211507,
         "commodity_title": "Desktop computers"
      },
      {
         "onetsoc_code": "11-1011.00",
         "title": "Chief Executives",
         "example": "Laptop computers",
         "commodity_code": 43211503,
         "commodity_title": "Notebook computers"
      },
      {
         "onetsoc_code": "11-1011.00",
         "title": "Chief Executives",
         "example": "Personal computers",
         "commodity_code": 43211508,
         "commodity_title": "Personal computers"
      },
      {
         "onetsoc_code": "11-1011.00",
         "title": "Chief Executives",
         "example": "Personal digital assistants PDA",
         "commodity_code": 43211504,
         "commodity_title": "Personal digital assistant PDAs or organizers"
      },
      {
         "onetsoc_code": "11-1011.00",
         "title": "Chief Executives",
         "example": "Smartphones",
         "commodity_code": 43191501,
         "commodity_title": "Mobile phones"
      },
      {
         "onetsoc_code": "11-1011.00",
         "title": "Chief Executives",
         "example": "Universal serial bus USB flash drives",
         "commodity_code": 43201813,
         "commodity_title": "High capacity removable media drives"
      },
      {
         "onetsoc_code": "11-1011.03",
         "title": "Chief Sustainability Officers",
         "example": "10-key calculators",
         "commodity_code": 44101809,
         "commodity_title": "Desktop calculator"
      },
      {
         "onetsoc_code": "11-1011.03",
         "title": "Chief Sustainability Officers",
         "example": "Computer data input scanners",
         "commodity_code": 43211711,
         "commodity_title": "Scanners"
      },
      {
         "onetsoc_code": "11-1011.03",
         "title": "Chief Sustainability Officers",
         "example": "Desktop computers",
         "commodity_code": 43211507,
         "commodity_title": "Desktop computers"
      },
      {
         "onetsoc_code": "11-1011.03",
         "title": "Chief Sustainability Officers",
         "example": "Handheld computers",
         "commodity_code": 43211715,
         "commodity_title": "Portable data input terminals"
      },
      {
         "onetsoc_code": "11-1011.03",
         "title": "Chief Sustainability Officers",
         "example": "Laptop computers",
         "commodity_code": 43211503,
         "commodity_title": "Notebook computers"
      },
      {
         "onetsoc_code": "11-1011.03",
         "title": "Chief Sustainability Officers",
         "example": "Multi-line telephone systems",
         "commodity_code": 43191507,
         "commodity_title": "Special purpose telephones"
      },
      {
         "onetsoc_code": "11-1011.03",
         "title": "Chief Sustainability Officers",
         "example": "Personal computers",
         "commodity_code": 43211508,
         "commodity_title": "Personal computers"
      },
      {
         "onetsoc_code": "11-1011.03",
         "title": "Chief Sustainability Officers",
         "example": "Photocopying equipment",
         "commodity_code": 44101501,
         "commodity_title": "Photocopiers"
      },
      {
         "onetsoc_code": "11-1011.03",
         "title": "Chief Sustainability Officers",
         "example": "Smartphones",
         "commodity_code": 43191501,
         "commodity_title": "Mobile phones"
      },
      {
         "onetsoc_code": "11-1011.03",
         "title": "Chief Sustainability Officers",
         "example": "Video teleconferencing systems",
         "commodity_code": 45111902,
         "commodity_title": "Videoconferencing systems"
      },
      {
         "onetsoc_code": "11-1021.00",
         "title": "General and Operations Managers",
         "example": "10-key calculators",
         "commodity_code": 44101809,
         "commodity_title": "Desktop calculator"
      },
      {
         "onetsoc_code": "11-1021.00",
         "title": "General and Operations Managers",
         "example": "Cell phones",
         "commodity_code": 43191501,
         "commodity_title": "Mobile phones"
      },
      {
         "onetsoc_code": "11-1021.00",
         "title": "General and Operations Managers",
         "example": "Computer scanners",
         "commodity_code": 43211711,
         "commodity_title": "Scanners"
      }
   ]
}