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/19-2012.00/summary/skills
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 23,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-2012.00/summary/skills?start=6&end=10",
   "element": [
      {
         "id": "2.A.1.f",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2012.00/related/skills/2.A.1.f",
         "name": "Science",
         "description": "Using scientific rules and methods to solve problems."
      },
      {
         "id": "2.A.1.e",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2012.00/related/skills/2.A.1.e",
         "name": "Mathematics",
         "description": "Using mathematics to solve problems."
      },
      {
         "id": "2.A.1.a",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2012.00/related/skills/2.A.1.a",
         "name": "Reading Comprehension",
         "description": "Understanding written sentences and paragraphs in work-related documents."
      },
      {
         "id": "2.A.2.a",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2012.00/related/skills/2.A.2.a",
         "name": "Critical Thinking",
         "description": "Using logic and reasoning to identify the strengths and weaknesses of alternative solutions, conclusions, or approaches to problems."
      },
      {
         "id": "2.A.1.d",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2012.00/related/skills/2.A.1.d",
         "name": "Speaking",
         "description": "Talking to others to convey information effectively."
      }
   ]
}