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/technology/examples/File%20transfer%20protocol%20FTP%20software
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 3,
   "total": 3,
   "category": [
      {
         "href": "https://api-v2.onetcenter.org/online/technology/categories/43233001",
         "code": 43233001,
         "title": "Filesystem software"
      },
      {
         "href": "https://api-v2.onetcenter.org/online/technology/categories/43232805",
         "code": 43232805,
         "title": "Internet protocol IP multimedia subsystem software"
      }
   ],
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/11-3021.00/",
         "code": "11-3021.00",
         "title": "Computer and Information Systems Managers",
         "tags": {
            "bright_outlook": true
         },
         "job_zone": {
            "code": 4,
            "title": "Job Zone Four: Considerable Preparation Needed"
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/27-3041.00/",
         "code": "27-3041.00",
         "title": "Editors",
         "tags": {},
         "job_zone": {
            "code": 4,
            "title": "Job Zone Four: Considerable Preparation Needed"
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/51-5111.00/",
         "code": "51-5111.00",
         "title": "Prepress Technicians and Workers",
         "tags": {},
         "job_zone": {
            "code": 3,
            "title": "Job Zone Three: Medium Preparation Needed"
         }
      }
   ]
}