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/27-2023.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/27-2023.00/details/tasks?start=11&end=16",
   "task": [
      {
         "id": "3909",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2023.00/related/tasks/3909",
         "title": "Officiate at sporting events, games, or competitions, to maintain standards of play and to ensure that game rules are observed.",
         "importance": 99,
         "category": "Core"
      },
      {
         "id": "23912",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2023.00/related/tasks/23912",
         "title": "Inspect game sites for compliance with regulations or safety requirements.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "3915",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2023.00/related/tasks/3915",
         "title": "Resolve claims of rule infractions or complaints by participants and assess any necessary penalties, according to regulations.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "3911",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2023.00/related/tasks/3911",
         "title": "Signal participants or other officials to make them aware of infractions or to otherwise regulate play or competition.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "3920",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2023.00/related/tasks/3920",
         "title": "Teach and explain the rules and regulations governing a specific sport.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "3912",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2023.00/related/tasks/3912",
         "title": "Inspect sporting equipment or examine participants to ensure compliance with event and safety regulations.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "3918",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2023.00/related/tasks/3918",
         "title": "Report to regulating organizations regarding sporting activities, complaints made, and actions taken or needed, such as fines or other disciplinary actions.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "3919",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2023.00/related/tasks/3919",
         "title": "Confer with other sporting officials, coaches, players, and facility managers to provide information, coordinate activities, and discuss problems.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "3910",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2023.00/related/tasks/3910",
         "title": "Judge performances in sporting competitions to award points, impose scoring penalties, and determine results.",
         "importance": 97,
         "category": "Supplemental"
      },
      {
         "id": "3916",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-2023.00/related/tasks/3916",
         "title": "Verify scoring calculations before competition winners are announced.",
         "importance": 85,
         "category": "Supplemental"
      }
   ]
}