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/17-1011.00/details/tools_used
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-1011.00/details/tools_used?start=11&end=20",
   "category": [
      {
         "code": 44101501,
         "related": "https://api-v2.onetcenter.org/online/occupations/17-1011.00/related/tools_used/44101501",
         "title": "Photocopiers",
         "example": [
            "Diazo copiers",
            "Engineering copiers"
         ]
      },
      {
         "code": 44111812,
         "related": "https://api-v2.onetcenter.org/online/occupations/17-1011.00/related/tools_used/44111812",
         "title": "Drafting kits or sets",
         "example": [
            "Arm drafting machines",
            "Track drafting machines"
         ]
      },
      {
         "code": 27111508,
         "related": "https://api-v2.onetcenter.org/online/occupations/17-1011.00/related/tools_used/27111508",
         "title": "Saws",
         "example": [
            "Hand saws",
            "Thermal saws"
         ]
      },
      {
         "code": 27112709,
         "related": "https://api-v2.onetcenter.org/online/occupations/17-1011.00/related/tools_used/27112709",
         "title": "Power saws",
         "example": [
            "Circular saws",
            "Fretsaws"
         ]
      },
      {
         "code": 27111503,
         "related": "https://api-v2.onetcenter.org/online/occupations/17-1011.00/related/tools_used/27111503",
         "title": "Utility knives",
         "example": [
            "Precision knives"
         ]
      },
      {
         "code": 23271603,
         "related": "https://api-v2.onetcenter.org/online/occupations/17-1011.00/related/tools_used/23271603",
         "title": "Soldering iron",
         "example": [
            "Soldering irons"
         ]
      },
      {
         "code": 44111803,
         "related": "https://api-v2.onetcenter.org/online/occupations/17-1011.00/related/tools_used/44111803",
         "title": "Compasses",
         "example": [
            "Dividers"
         ]
      },
      {
         "code": 23101513,
         "related": "https://api-v2.onetcenter.org/online/occupations/17-1011.00/related/tools_used/23101513",
         "title": "Milling machines",
         "example": [
            "Computer-guided milling machines"
         ]
      },
      {
         "code": 43212105,
         "related": "https://api-v2.onetcenter.org/online/occupations/17-1011.00/related/tools_used/43212105",
         "title": "Laser printers",
         "example": [
            "Computer laser printers"
         ]
      },
      {
         "code": 23101506,
         "related": "https://api-v2.onetcenter.org/online/occupations/17-1011.00/related/tools_used/23101506",
         "title": "Grinding machines",
         "example": [
            "Disk grinding machines"
         ]
      }
   ]
}