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/AccessData%20FTK
Status:
200 OK
Content-Type:
application/json
{
"start": 1
,
"end": 3
,
"total": 3
,
"summary": {
"title": "AccessData FTK",
"description": "Forensic Toolkit, or FTK, is a computer forensics software made by AccessData. It scans a hard drive looking for various information. It can, for example, potentially locate deleted emails and scan a disk for text strings to use them as a password dictionary to crack encryption.",
"source_url": "https://en.wikipedia.org/wiki/Forensic_Toolkit",
"license_url": "https://creativecommons.org/licenses/by-sa/3.0/"
},
"category": [
{
"href": "https://api-v2.onetcenter.org/online/technology/categories/43232801",
"code": 43232801
,
"title": "Network monitoring software"
}
],
"occupation": [
{
"href": "https://api-v2.onetcenter.org/online/occupations/33-3021.00/",
"code": "33-3021.00",
"title": "Detectives and Criminal Investigators",
"tags": {},
"job_zone": {
"code": 3
,
"title": "Job Zone Three: Medium Preparation Needed"
}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/15-1299.06/",
"code": "15-1299.06",
"title": "Digital Forensics Analysts",
"tags": {
"bright_outlook": true
},
"job_zone": {
"code": 4
,
"title": "Job Zone Four: Considerable Preparation Needed"
}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/15-1212.00/",
"code": "15-1212.00",
"title": "Information Security Analysts",
"tags": {
"bright_outlook": true
},
"job_zone": {
"code": 4
,
"title": "Job Zone Four: Considerable Preparation Needed"
}
}
]
}