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-2023.00/details/tools_used
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 54,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-2023.00/details/tools_used?start=11&end=20",
   "category": [
      {
         "code": 23241801,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2023.00/related/tools_used/23241801",
         "title": "Drill press or radial drill",
         "example": [
            "Magnetic drill presses",
            "Punch presses"
         ]
      },
      {
         "code": 41111621,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2023.00/related/tools_used/41111621",
         "title": "Calipers",
         "example": [
            "Digital calipers",
            "Vernier calipers"
         ]
      },
      {
         "code": 24101602,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2023.00/related/tools_used/24101602",
         "title": "Hoists",
         "example": [
            "Chain falls",
            "Electric hoists"
         ]
      },
      {
         "code": 27111712,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2023.00/related/tools_used/27111712",
         "title": "Pullers",
         "example": [
            "Comealongs",
            "Nail pullers"
         ]
      },
      {
         "code": 41113630,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2023.00/related/tools_used/41113630",
         "title": "Multimeters",
         "example": [
            "Multifunction digital multimeters"
         ]
      },
      {
         "code": 23251501,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2023.00/related/tools_used/23251501",
         "title": "Hydraulic press brake",
         "example": [
            "Power brakes"
         ]
      },
      {
         "code": 41114501,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2023.00/related/tools_used/41114501",
         "title": "Dynamometers",
         "example": [
            "Digital dynamometers"
         ]
      },
      {
         "code": 41111601,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2023.00/related/tools_used/41111601",
         "title": "Micrometers",
         "example": [
            "Digital micrometers"
         ]
      },
      {
         "code": 27111701,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2023.00/related/tools_used/27111701",
         "title": "Screwdrivers",
         "example": [
            "Straight screwdrivers"
         ]
      },
      {
         "code": 27111901,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2023.00/related/tools_used/27111901",
         "title": "Cold chisels",
         "example": [
            "Metal chisels"
         ]
      }
   ]
}