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/41-2011.00/details/tools_used
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 15,
   "next": "https://api-v2.onetcenter.org/online/occupations/41-2011.00/details/tools_used?start=11&end=15",
   "category": [
      {
         "code": 48111301,
         "related": "https://api-v2.onetcenter.org/online/occupations/41-2011.00/related/tools_used/48111301",
         "title": "Ticket dispensing machines",
         "example": [
            "Lottery ticket machines",
            "Money order machines"
         ]
      },
      {
         "code": 43211701,
         "related": "https://api-v2.onetcenter.org/online/occupations/41-2011.00/related/tools_used/43211701",
         "title": "Bar code reader equipment",
         "example": [
            "Handheld bar code scanners",
            "Stationary bar code scanners"
         ]
      },
      {
         "code": 48101611,
         "related": "https://api-v2.onetcenter.org/online/occupations/41-2011.00/related/tools_used/48101611",
         "title": "Commercial use scales",
         "example": [
            "Electronic food scales",
            "Food scales"
         ]
      },
      {
         "code": 24102108,
         "related": "https://api-v2.onetcenter.org/online/occupations/41-2011.00/related/tools_used/24102108",
         "title": "Packaging compactors",
         "example": [
            "Cardboard balers",
            "Trash compactors"
         ]
      },
      {
         "code": 46171610,
         "related": "https://api-v2.onetcenter.org/online/occupations/41-2011.00/related/tools_used/46171610",
         "title": "Security cameras",
         "example": [
            "Surveillance cameras"
         ]
      },
      {
         "code": 40142202,
         "related": "https://api-v2.onetcenter.org/online/occupations/41-2011.00/related/tools_used/40142202",
         "title": "Fluid regulators",
         "example": [
            "Gas pump controllers"
         ]
      },
      {
         "code": 43211702,
         "related": "https://api-v2.onetcenter.org/online/occupations/41-2011.00/related/tools_used/43211702",
         "title": "Magnetic stripe readers and encoders",
         "example": [
            "Credit card readers"
         ]
      },
      {
         "code": 43211503,
         "related": "https://api-v2.onetcenter.org/online/occupations/41-2011.00/related/tools_used/43211503",
         "title": "Notebook computers",
         "example": [
            "Laptop computers"
         ]
      },
      {
         "code": 48111404,
         "related": "https://api-v2.onetcenter.org/online/occupations/41-2011.00/related/tools_used/48111404",
         "title": "Electronic funds transfer point of sale equipment",
         "example": [
            "Electronic funds transfer EFT terminals"
         ]
      },
      {
         "code": 44101804,
         "related": "https://api-v2.onetcenter.org/online/occupations/41-2011.00/related/tools_used/44101804",
         "title": "Cash registers",
         "example": [
            "Electronic cash registers"
         ]
      }
   ]
}