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/51-2021.00/details/technology_skills
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 3,
   "total": 3,
   "category": [
      {
         "code": 43232102,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2021.00/related/technology_skills/43232102",
         "title": "Graphics or photo imaging software",
         "example": [
            {
               "title": "Blueprint display software",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Blueprint%20display%20software"
            }
         ]
      },
      {
         "code": 43232605,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2021.00/related/technology_skills/43232605",
         "title": "Analytical or scientific software",
         "example": [
            {
               "title": "Electronic Systems of Wisconsin Motor Test System software",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Electronic%20Systems%20of%20Wisconsin%20Motor%20Test%20System%20software"
            }
         ]
      },
      {
         "code": 43232608,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2021.00/related/technology_skills/43232608",
         "title": "Industrial control software",
         "example": [
            {
               "title": "Machine Control Specialists CoilPro",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Machine%20Control%20Specialists%20CoilPro"
            }
         ]
      }
   ]
}