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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/27-2023.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}