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/25-1121.00/related/tools_used/60124311
Status:
200 OK
Content-Type:
application/json
{
   "summary": {
      "code": 60124311,
      "title": "Clay or modeling tools",
      "example": [
         "Pug mills",
         "Slab rollers"
      ]
   },
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/27-1012.00/",
         "code": "27-1012.00",
         "title": "Craft Artists",
         "tags": {},
         "example": [
            "Ceramic loop tools",
            "Clay cutters",
            "Slab rollers",
            "Tile presses"
         ]
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/27-1013.00/",
         "code": "27-1013.00",
         "title": "Fine Artists, Including Painters, Sculptors, and Illustrators",
         "tags": {},
         "example": [
            "Clay cutters",
            "Sculpting thumbs",
            "Slab rollers",
            "Thin line sculpting tools"
         ]
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/31-2011.00/",
         "code": "31-2011.00",
         "title": "Occupational Therapy Assistants",
         "tags": {
            "bright_outlook": true
         },
         "example": [
            "Ceramic modeling tools",
            "Slip mixers"
         ]
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/51-9195.05/",
         "code": "51-9195.05",
         "title": "Potters, Manufacturing",
         "tags": {},
         "example": [
            "Clay cutters",
            "Slab rollers",
            "Slip trail applicators",
            "Texturing brushes"
         ]
      }
   ]
}