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/hot_technology/Eclipse%20Jersey
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 2,
   "total": 2,
   "summary": {
      "description": "Jersey (Java Framework) is a skill that involves the ability to use and implement RESTful web services in Java. It is an open-source framework that supports JAX-RS APIs in Java. Proficiency in Jersey includes understanding its core server and client APIs, ability to handle HTTP protocols, and knowledge of its advanced features like OAuth security. It also involves the ability to integrate Jersey with other Java frameworks and technologies, such as Spring, Hibernate, and Maven.",
      "source_url": "https://en.wikipedia.org/wiki/Eclipse_Jersey",
      "license_url": "https://creativecommons.org/licenses/by-sa/3.0/"
   },
   "category": [
      {
         "href": "https://api-v2.onetcenter.org/online/technology/categories/43232408",
         "code": 43232408,
         "title": "Web platform development software"
      }
   ],
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/35-3023.00/",
         "code": "35-3023.00",
         "title": "Fast Food and Counter Workers",
         "tags": {
            "bright_outlook": true
         },
         "job_zone": {
            "code": 1,
            "title": "Job Zone One: Little or No Preparation Needed"
         },
         "in_demand": false,
         "percentage": 0
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/15-1252.00/",
         "code": "15-1252.00",
         "title": "Software Developers",
         "tags": {
            "bright_outlook": true
         },
         "job_zone": {
            "code": 4,
            "title": "Job Zone Four: Considerable Preparation Needed"
         },
         "in_demand": false,
         "percentage": 0
      }
   ]
}