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/53-4041.00/details/tools_used
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 13,
   "next": "https://api-v2.onetcenter.org/online/occupations/53-4041.00/details/tools_used?start=11&end=13",
   "category": [
      {
         "code": 25172110,
         "related": "https://api-v2.onetcenter.org/online/occupations/53-4041.00/related/tools_used/25172110",
         "title": "Vehicle horns",
         "example": [
            "Trolley bell foot pedals",
            "Whistle pulls"
         ]
      },
      {
         "code": 25121605,
         "related": "https://api-v2.onetcenter.org/online/occupations/53-4041.00/related/tools_used/25121605",
         "title": "Streetcars or tramway cars",
         "example": [
            "Streetcars",
            "Trolleys"
         ]
      },
      {
         "code": 43191510,
         "related": "https://api-v2.onetcenter.org/online/occupations/53-4041.00/related/tools_used/43191510",
         "title": "Two way radios",
         "example": [
            "Portable two way radios"
         ]
      },
      {
         "code": 43221525,
         "related": "https://api-v2.onetcenter.org/online/occupations/53-4041.00/related/tools_used/43221525",
         "title": "Intercom systems",
         "example": [
            "Customer-to-operator two-way communication systems"
         ]
      },
      {
         "code": 25121701,
         "related": "https://api-v2.onetcenter.org/online/occupations/53-4041.00/related/tools_used/25121701",
         "title": "Rail switching systems",
         "example": [
            "Track switches"
         ]
      },
      {
         "code": 30171512,
         "related": "https://api-v2.onetcenter.org/online/occupations/53-4041.00/related/tools_used/30171512",
         "title": "Door openers",
         "example": [
            "Door opening controls"
         ]
      },
      {
         "code": 25121503,
         "related": "https://api-v2.onetcenter.org/online/occupations/53-4041.00/related/tools_used/25121503",
         "title": "Diesel passenger locomotives",
         "example": [
            "Diesel powered train engines"
         ]
      },
      {
         "code": 25171603,
         "related": "https://api-v2.onetcenter.org/online/occupations/53-4041.00/related/tools_used/25171603",
         "title": "Train defrosting or defogging systems",
         "example": [
            "Railcar defrosting systems"
         ]
      },
      {
         "code": 25171703,
         "related": "https://api-v2.onetcenter.org/online/occupations/53-4041.00/related/tools_used/25171703",
         "title": "Train braking systems",
         "example": [
            "Deadman pedals"
         ]
      },
      {
         "code": 25121504,
         "related": "https://api-v2.onetcenter.org/online/occupations/53-4041.00/related/tools_used/25121504",
         "title": "Electric passenger locomotives",
         "example": [
            "Electric train engines"
         ]
      }
   ]
}