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/19-1023.00/related/tools_used/21111504
Status:
200 OK
Content-Type:
application/json
{
   "summary": {
      "code": 21111504,
      "title": "Commercial fishing nets",
      "example": [
         "Dip net samplers",
         "Gill nets",
         "Jellyfish scoops",
         "Plankton nets"
      ]
   },
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/19-1029.04/",
         "code": "19-1029.04",
         "title": "Biologists",
         "tags": {
            "bright_outlook": true
         },
         "example": [
            "Dip nets",
            "Plankton nets"
         ]
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/25-1053.00/",
         "code": "25-1053.00",
         "title": "Environmental Science Teachers, Postsecondary",
         "tags": {},
         "example": [
            "Marine collection nets"
         ]
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/11-9013.00/",
         "code": "11-9013.00",
         "title": "Farmers, Ranchers, and Other Agricultural Managers",
         "tags": {},
         "example": [
            "Dip nets",
            "Fry nets"
         ]
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/45-1011.00/",
         "code": "45-1011.00",
         "title": "First-Line Supervisors of Farming, Fishing, and Forestry Workers",
         "tags": {},
         "example": [
            "Fish capture nets",
            "Fyke nets",
            "Gill nets",
            "Hoop nets"
         ]
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/33-3031.00/",
         "code": "33-3031.00",
         "title": "Fish and Game Wardens",
         "tags": {},
         "example": [
            "Sport fishing nets"
         ]
      }
   ]
}