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/19-2099.01/hot_technology
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 20,
   "total": 58,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-2099.01/hot_technology?start=21&end=40",
   "example": [
      {
         "title": "Python",
         "href": "https://api-v2.onetcenter.org/online/hot_technology/Python",
         "hot_technology": true,
         "in_demand": true,
         "percentage": 76
      },
      {
         "title": "The MathWorks MATLAB",
         "href": "https://api-v2.onetcenter.org/online/hot_technology/The%20MathWorks%20MATLAB",
         "hot_technology": true,
         "in_demand": true,
         "percentage": 33
      },
      {
         "title": "C++",
         "href": "https://api-v2.onetcenter.org/online/hot_technology/C%2B%2B",
         "hot_technology": true,
         "in_demand": true,
         "percentage": 32
      },
      {
         "title": "Adobe Creative Cloud software",
         "href": "https://api-v2.onetcenter.org/online/hot_technology/Adobe%20Creative%20Cloud%20software",
         "hot_technology": true
      },
      {
         "title": "Amazon DynamoDB",
         "href": "https://api-v2.onetcenter.org/online/hot_technology/Amazon%20DynamoDB",
         "hot_technology": true
      },
      {
         "title": "Amazon Elastic Compute Cloud EC2",
         "href": "https://api-v2.onetcenter.org/online/hot_technology/Amazon%20Elastic%20Compute%20Cloud%20EC2",
         "hot_technology": true
      },
      {
         "title": "Amazon Redshift",
         "href": "https://api-v2.onetcenter.org/online/hot_technology/Amazon%20Redshift",
         "hot_technology": true
      },
      {
         "title": "Amazon Simple Storage Service S3",
         "href": "https://api-v2.onetcenter.org/online/hot_technology/Amazon%20Simple%20Storage%20Service%20S3",
         "hot_technology": true
      },
      {
         "title": "Amazon Web Services AWS CloudFormation",
         "href": "https://api-v2.onetcenter.org/online/hot_technology/Amazon%20Web%20Services%20AWS%20CloudFormation",
         "hot_technology": true
      },
      {
         "title": "Amazon Web Services AWS software",
         "href": "https://api-v2.onetcenter.org/online/hot_technology/Amazon%20Web%20Services%20AWS%20software",
         "hot_technology": true
      },
      {
         "title": "Ansible software",
         "href": "https://api-v2.onetcenter.org/online/hot_technology/Ansible%20software",
         "hot_technology": true
      },
      {
         "title": "Apache Hadoop",
         "href": "https://api-v2.onetcenter.org/online/hot_technology/Apache%20Hadoop",
         "hot_technology": true
      },
      {
         "title": "Apache Hive",
         "href": "https://api-v2.onetcenter.org/online/hot_technology/Apache%20Hive",
         "hot_technology": true
      },
      {
         "title": "Apache Kafka",
         "href": "https://api-v2.onetcenter.org/online/hot_technology/Apache%20Kafka",
         "hot_technology": true
      },
      {
         "title": "Atlassian JIRA",
         "href": "https://api-v2.onetcenter.org/online/hot_technology/Atlassian%20JIRA",
         "hot_technology": true
      },
      {
         "title": "Bash",
         "href": "https://api-v2.onetcenter.org/online/hot_technology/Bash",
         "hot_technology": true
      },
      {
         "title": "C",
         "href": "https://api-v2.onetcenter.org/online/hot_technology/C",
         "hot_technology": true
      },
      {
         "title": "C#",
         "href": "https://api-v2.onetcenter.org/online/hot_technology/C%23",
         "hot_technology": true
      },
      {
         "title": "Docker",
         "href": "https://api-v2.onetcenter.org/online/hot_technology/Docker",
         "hot_technology": true
      },
      {
         "title": "Elasticsearch",
         "href": "https://api-v2.onetcenter.org/online/hot_technology/Elasticsearch",
         "hot_technology": true
      }
   ]
}