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/11-9199.10/details/tools_used
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-9199.10/details/tools_used?start=11&end=14",
   "category": [
      {
         "code": 41114401,
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9199.10/related/tools_used/41114401",
         "title": "Anemometers",
         "example": [
            "Cup anemometers",
            "Propeller anemometers",
            "Recording anemometers"
         ]
      },
      {
         "code": 41114410,
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9199.10/related/tools_used/41114410",
         "title": "Weather stations",
         "example": [
            "Portable meteorological stations"
         ]
      },
      {
         "code": 41114402,
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9199.10/related/tools_used/41114402",
         "title": "Barometers",
         "example": [
            "Barometric pressure sensors"
         ]
      },
      {
         "code": 43211503,
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9199.10/related/tools_used/43211503",
         "title": "Notebook computers",
         "example": [
            "Laptop computers"
         ]
      },
      {
         "code": 45121504,
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9199.10/related/tools_used/45121504",
         "title": "Digital cameras",
         "example": [
            "Digital still cameras"
         ]
      },
      {
         "code": 41112105,
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9199.10/related/tools_used/41112105",
         "title": "Temperature transmitters",
         "example": [
            "Electronic temperature sensors"
         ]
      },
      {
         "code": 43211715,
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9199.10/related/tools_used/43211715",
         "title": "Portable data input terminals",
         "example": [
            "Dataloggers"
         ]
      },
      {
         "code": 45121516,
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9199.10/related/tools_used/45121516",
         "title": "Digital camcorders or video cameras",
         "example": [
            "Digital video cameras"
         ]
      },
      {
         "code": 41114407,
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9199.10/related/tools_used/41114407",
         "title": "Solar radiation surface observing apparatus",
         "example": [
            "Pyranometers"
         ]
      },
      {
         "code": 43211507,
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9199.10/related/tools_used/43211507",
         "title": "Desktop computers",
         "example": []
      }
   ]
}