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/GitLab
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 2,
   "total": 2,
   "summary": {
      "description": "Gitlab is a web-based Git repository manager that provides advanced functionalities for version control, continuous integration, and deployment. It enables software developers to collaborate, manage source code, track issues, and monitor project progress. Gitlab offers a comprehensive set of tools to support agile development practices, ensuring high-quality software delivery. It is an essential tool for software development teams who need a powerful, seamless, and secure platform to manage their development lifecycle.",
      "source_url": "https://en.wikipedia.org/wiki/GitLab",
      "license_url": "https://creativecommons.org/licenses/by-sa/3.0/"
   },
   "category": [
      {
         "href": "https://api-v2.onetcenter.org/online/technology/categories/43232701",
         "code": 43232701,
         "title": "Application server software"
      }
   ],
   "occupation": [
      {
         "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": 3
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/15-1299.08/",
         "code": "15-1299.08",
         "title": "Computer Systems Engineers/Architects",
         "tags": {
            "bright_outlook": true
         },
         "job_zone": {
            "code": 3,
            "title": "Job Zone Three: Medium Preparation Needed"
         },
         "in_demand": false,
         "percentage": 3
      }
   ]
}