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/19-5011.00/details/tools_used
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 58,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-5011.00/details/tools_used?start=11&end=20",
   "category": [
      {
         "code": 41104008,
         "related": "https://api-v2.onetcenter.org/online/occupations/19-5011.00/related/tools_used/41104008",
         "title": "Air samplers or collectors",
         "example": [
            "Aerosol monitoring instruments",
            "Air sampling impingers",
            "Cascade impactors",
            "Dry gas meters"
         ],
         "example_more": [
            "Sampling trains"
         ]
      },
      {
         "code": 41113116,
         "related": "https://api-v2.onetcenter.org/online/occupations/19-5011.00/related/tools_used/41113116",
         "title": "Gas detector tubes",
         "example": [
            "Benzene detector tubes",
            "Charcoal absorption tubes",
            "Sorbent tubes"
         ]
      },
      {
         "code": 41104009,
         "related": "https://api-v2.onetcenter.org/online/occupations/19-5011.00/related/tools_used/41104009",
         "title": "Air sampling pumps",
         "example": [
            "High-volume air sampling pumps",
            "Low-volume air sampling pumps"
         ]
      },
      {
         "code": 41111932,
         "related": "https://api-v2.onetcenter.org/online/occupations/19-5011.00/related/tools_used/41111932",
         "title": "Liquid leak detectors",
         "example": [
            "Liquid leak testing equipment",
            "Refrigerant leak detectors"
         ]
      },
      {
         "code": 46171613,
         "related": "https://api-v2.onetcenter.org/online/occupations/19-5011.00/related/tools_used/46171613",
         "title": "Gas detectors",
         "example": [
            "Combustible gas meters",
            "Gas leak testing equipment"
         ]
      },
      {
         "code": 41112304,
         "related": "https://api-v2.onetcenter.org/online/occupations/19-5011.00/related/tools_used/41112304",
         "title": "Moisture meters",
         "example": [
            "Humidity measurement equipment"
         ]
      },
      {
         "code": 41104016,
         "related": "https://api-v2.onetcenter.org/online/occupations/19-5011.00/related/tools_used/41104016",
         "title": "Air pollutant samplers",
         "example": [
            "Gravimetric dust samplers",
            "Particle sensors"
         ]
      },
      {
         "code": 46181810,
         "related": "https://api-v2.onetcenter.org/online/occupations/19-5011.00/related/tools_used/46181810",
         "title": "Eyewashers or eye wash stations",
         "example": [
            "Emergency eye wash stations"
         ]
      },
      {
         "code": 41113910,
         "related": "https://api-v2.onetcenter.org/online/occupations/19-5011.00/related/tools_used/41113910",
         "title": "Soil testing kits",
         "example": []
      },
      {
         "code": 42182401,
         "related": "https://api-v2.onetcenter.org/online/occupations/19-5011.00/related/tools_used/42182401",
         "title": "Audiometers",
         "example": []
      }
   ]
}