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
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/GraphQL
Status:
200 OK
Content-Type:
application/json
{
"start": 1
,
"end": 3
,
"total": 3
,
"summary": {
"description": "GraphQL is an open-source data query and manipulation language used for APIs. It provides a standardized way for clients to query, mutate, and subscribe to data, enabling a more efficient and flexible communication between the client and server. It allows clients to request only the specific data they need, reducing the amount of data transfered and improving performance. It is becoming increasingly popular and is used by companies like Facebook, GitHub, and Shopify.",
"source_url": "https://en.wikipedia.org/wiki/GraphQL",
"license_url": "https://creativecommons.org/licenses/by-sa/3.0/"
},
"category": [
{
"href": "https://api-v2.onetcenter.org/online/technology/categories/43232306",
"code": 43232306
,
"title": "Data base user interface and query software"
}
],
"occupation": [
{
"href": "https://api-v2.onetcenter.org/online/occupations/15-1254.00/",
"code": "15-1254.00",
"title": "Web Developers",
"tags": {
"bright_outlook": true
},
"job_zone": {
"code": 3
,
"title": "Job Zone Three: Medium Preparation Needed"
},
"in_demand": false
,
"percentage": 4
},
{
"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": 1
},
{
"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": 0
}
]
}