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/onet_data/skills_basic/
Status:
200 OK
Content-Type:
application/json
[
   {
      "id": "2.A.1",
      "name": "Content",
      "description": "Background structures needed to work with and acquire more specific skills in a variety of different domains",
      "child": [
         {
            "id": "2.A.1.b",
            "name": "Active Listening",
            "description": "Giving full attention to what other people are saying, taking time to understand the points being made, asking questions as appropriate, and not interrupting at inappropriate times.",
            "href": "https://api-v2.onetcenter.org/online/onet_data/skills_basic/2.A.1.b"
         },
         {
            "id": "2.A.1.e",
            "name": "Mathematics",
            "description": "Using mathematics to solve problems.",
            "href": "https://api-v2.onetcenter.org/online/onet_data/skills_basic/2.A.1.e"
         },
         {
            "id": "2.A.1.a",
            "name": "Reading Comprehension",
            "description": "Understanding written sentences and paragraphs in work-related documents.",
            "href": "https://api-v2.onetcenter.org/online/onet_data/skills_basic/2.A.1.a"
         },
         {
            "id": "2.A.1.f",
            "name": "Science",
            "description": "Using scientific rules and methods to solve problems.",
            "href": "https://api-v2.onetcenter.org/online/onet_data/skills_basic/2.A.1.f"
         },
         {
            "id": "2.A.1.d",
            "name": "Speaking",
            "description": "Talking to others to convey information effectively.",
            "href": "https://api-v2.onetcenter.org/online/onet_data/skills_basic/2.A.1.d"
         },
         {
            "id": "2.A.1.c",
            "name": "Writing",
            "description": "Communicating effectively in writing as appropriate for the needs of the audience.",
            "href": "https://api-v2.onetcenter.org/online/onet_data/skills_basic/2.A.1.c"
         }
      ]
   },
   {
      "id": "2.A.2",
      "name": "Process",
      "description": "Procedures that contribute to the more rapid acquisition of knowledge and skill across a variety of domains",
      "child": [
         {
            "id": "2.A.2.b",
            "name": "Active Learning",
            "description": "Understanding the implications of new information for both current and future problem-solving and decision-making.",
            "href": "https://api-v2.onetcenter.org/online/onet_data/skills_basic/2.A.2.b"
         },
         {
            "id": "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.",
            "href": "https://api-v2.onetcenter.org/online/onet_data/skills_basic/2.A.2.a"
         },
         {
            "id": "2.A.2.c",
            "name": "Learning Strategies",
            "description": "Selecting and using training/instructional methods and procedures appropriate for the situation when learning or teaching new things.",
            "href": "https://api-v2.onetcenter.org/online/onet_data/skills_basic/2.A.2.c"
         },
         {
            "id": "2.A.2.d",
            "name": "Monitoring",
            "description": "Monitoring/Assessing performance of yourself, other individuals, or organizations to make improvements or take corrective action.",
            "href": "https://api-v2.onetcenter.org/online/onet_data/skills_basic/2.A.2.d"
         }
      ]
   }
]