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/technology/examples/Rust%20programming%20language
Status:
200 OK
Content-Type:
application/json
{
"start": 1
,
"end": 2
,
"total": 2
,
"summary": {
"title": "Rust programming language",
"description": "Rust is a multi-paradigm programming language designed for performance and safety, especially safe concurrency. Rust is syntactically similar to C++, but can guarantee memory safety by using a borrow checker to validate references. Rust achieves memory safety without garbage collection, and reference counting is optional.",
"source_url": "https://en.wikipedia.org/wiki/Rust_(programming_language)",
"license_url": "https://creativecommons.org/licenses/by-sa/3.0/"
},
"category": [
{
"href": "https://api-v2.onetcenter.org/online/technology/categories/43232402",
"code": 43232402
,
"title": "Development environment software"
}
],
"occupation": [
{
"href": "https://api-v2.onetcenter.org/online/occupations/15-1299.07/",
"code": "15-1299.07",
"title": "Blockchain Engineers",
"tags": {
"bright_outlook": true
},
"job_zone": {
"code": 4
,
"title": "Job Zone Four: Considerable Preparation Needed"
}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/15-1299.04/",
"code": "15-1299.04",
"title": "Penetration Testers",
"tags": {
"bright_outlook": true
},
"job_zone": {
"code": 4
,
"title": "Job Zone Four: Considerable Preparation Needed"
}
}
]
}