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/51-6091.00/details/tools_used
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 41,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-6091.00/details/tools_used?start=11&end=20",
   "category": [
      {
         "code": 41111601,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6091.00/related/tools_used/41111601",
         "title": "Micrometers",
         "example": [
            "Digital micrometers",
            "Laser micrometers"
         ]
      },
      {
         "code": 23151503,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6091.00/related/tools_used/23151503",
         "title": "Extruders",
         "example": [
            "Glass material extruders",
            "Synthetic material extruders"
         ]
      },
      {
         "code": 24101704,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6091.00/related/tools_used/24101704",
         "title": "Conveyor feeders",
         "example": [
            "Gravimetric feeders",
            "Polymer feed systems"
         ]
      },
      {
         "code": 41111630,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6091.00/related/tools_used/41111630",
         "title": "Dial indicator or dial gauge",
         "example": [
            "Dial indicators"
         ]
      },
      {
         "code": 27112401,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6091.00/related/tools_used/27112401",
         "title": "Staple guns",
         "example": [
            "Stapling machines"
         ]
      },
      {
         "code": 30191501,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6091.00/related/tools_used/30191501",
         "title": "Ladders",
         "example": [
            "Stepladders"
         ]
      },
      {
         "code": 23151601,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6091.00/related/tools_used/23151601",
         "title": "Blowers or dryers",
         "example": [
            "Loader dryers"
         ]
      },
      {
         "code": 27111701,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6091.00/related/tools_used/27111701",
         "title": "Screwdrivers",
         "example": [
            "Phillips screwdrivers"
         ]
      },
      {
         "code": 27111801,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6091.00/related/tools_used/27111801",
         "title": "Tape measures",
         "example": [
            "Measuring tapes"
         ]
      },
      {
         "code": 41111901,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6091.00/related/tools_used/41111901",
         "title": "Counters",
         "example": [
            "Fray counters"
         ]
      }
   ]
}