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

URL:
https://api-v2.onetcenter.org/online/occupations/31-9097.00/related/tools_used/42142521
Status:
200 OK
Content-Type:
application/json
{
   "summary": {
      "code": 42142521,
      "title": "Blood collection needles",
      "example": [
         "Multi-sample blood collection needles",
         "Venipuncture needles"
      ]
   },
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/29-2042.00/",
         "code": "29-2042.00",
         "title": "Emergency Medical Technicians",
         "tags": {
            "bright_outlook": true
         },
         "example": [
            "Venoject needles"
         ]
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/29-2012.00/",
         "code": "29-2012.00",
         "title": "Medical and Clinical Laboratory Technicians",
         "tags": {},
         "example": []
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/29-2011.00/",
         "code": "29-2011.00",
         "title": "Medical and Clinical Laboratory Technologists",
         "tags": {},
         "example": []
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/31-9092.00/",
         "code": "31-9092.00",
         "title": "Medical Assistants",
         "tags": {
            "bright_outlook": true
         },
         "example": [
            "Single draw needles"
         ]
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/29-2043.00/",
         "code": "29-2043.00",
         "title": "Paramedics",
         "tags": {
            "bright_outlook": true
         },
         "example": [
            "Venoject needles"
         ]
      }
   ]
}