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/43-4051.00/related/knowledge/2.C.1.e
Status:
200 OK
Content-Type:
application/json
{
   "summary": {
      "id": "2.C.1.e",
      "name": "Customer and Personal Service",
      "description": "Knowledge of principles and processes for providing customer and personal services. This includes customer needs assessment, meeting quality standards for services, and evaluation of customer satisfaction.",
      "see_more": "https://api-v2.onetcenter.org/online/onet_data/knowledge/2.C.1.e"
   },
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/39-6012.00/",
         "code": "39-6012.00",
         "title": "Concierges",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/43-4061.00/",
         "code": "43-4061.00",
         "title": "Eligibility Interviewers, Government Programs",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/29-2081.00/",
         "code": "29-2081.00",
         "title": "Opticians, Dispensing",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/41-9022.00/",
         "code": "41-9022.00",
         "title": "Real Estate Sales Agents",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/41-1011.00/",
         "code": "41-1011.00",
         "title": "First-Line Supervisors of Retail Sales Workers",
         "tags": {
            "bright_outlook": true
         }
      }
   ]
}