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/technology/examples/ESRI%20ArcView%203D%20Analyst
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 5,
   "category": [
      {
         "href": "https://api-v2.onetcenter.org/online/technology/categories/43232510",
         "code": 43232510,
         "title": "Geographic information system"
      }
   ],
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/25-1061.00/",
         "code": "25-1061.00",
         "title": "Anthropology and Archeology Teachers, Postsecondary",
         "tags": {},
         "job_zone": {
            "code": 5,
            "title": "Job Zone Five: Extensive Preparation Needed"
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/25-1064.00/",
         "code": "25-1064.00",
         "title": "Geography Teachers, Postsecondary",
         "tags": {},
         "job_zone": {
            "code": 5,
            "title": "Job Zone Five: Extensive Preparation Needed"
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/19-4099.03/",
         "code": "19-4099.03",
         "title": "Remote Sensing Technicians",
         "tags": {
            "bright_outlook": true
         },
         "job_zone": {
            "code": 4,
            "title": "Job Zone Four: Considerable Preparation Needed"
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/17-3031.00/",
         "code": "17-3031.00",
         "title": "Surveying and Mapping Technicians",
         "tags": {
            "bright_outlook": true
         },
         "job_zone": {
            "code": 3,
            "title": "Job Zone Three: Medium Preparation Needed"
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/11-9121.02/",
         "code": "11-9121.02",
         "title": "Water Resource Specialists",
         "tags": {
            "bright_outlook": true
         },
         "job_zone": {
            "code": 4,
            "title": "Job Zone Four: Considerable Preparation Needed"
         }
      }
   ]
}