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-7021.00/related/work_activities/4.A.2.a.3
Status:
200 OK
Content-Type:
application/json
{
   "summary": {
      "id": "4.A.2.a.3",
      "name": "Evaluating Information to Determine Compliance with Standards",
      "description": "Using relevant information and individual judgment to determine whether events or processes comply with laws, regulations, or standards.",
      "see_more": "https://api-v2.onetcenter.org/online/onet_data/work_activities/4.A.2.a.3"
   },
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/53-6051.01/",
         "code": "53-6051.01",
         "title": "Aviation Inspectors",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/17-2112.02/",
         "code": "17-2112.02",
         "title": "Validation Engineers",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/17-2161.00/",
         "code": "17-2161.00",
         "title": "Nuclear Engineers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/13-1041.03/",
         "code": "13-1041.03",
         "title": "Equal Opportunity Representatives and Officers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/11-9199.02/",
         "code": "11-9199.02",
         "title": "Compliance Managers",
         "tags": {
            "bright_outlook": true
         }
      }
   ]
}