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/33-9091.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 12,
   "next": "https://api-v2.onetcenter.org/online/occupations/33-9091.00/details/tasks?start=11&end=12",
   "task": [
      {
         "id": "11117",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9091.00/related/tasks/11117",
         "title": "Direct or escort pedestrians across streets, stopping traffic, as necessary.",
         "importance": 95,
         "category": "Core"
      },
      {
         "id": "11118",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9091.00/related/tasks/11118",
         "title": "Guide or control vehicular or pedestrian traffic at such places as street and railroad crossings and construction sites.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "11116",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9091.00/related/tasks/11116",
         "title": "Monitor traffic flow to locate safe gaps through which pedestrians can cross streets.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "11119",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9091.00/related/tasks/11119",
         "title": "Communicate traffic and crossing rules and other information to students and adults.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "11122",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9091.00/related/tasks/11122",
         "title": "Direct traffic movement or warn of hazards, using signs, flags, lanterns, and hand signals.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "11120",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9091.00/related/tasks/11120",
         "title": "Report unsafe behavior of children to school officials.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "11121",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9091.00/related/tasks/11121",
         "title": "Record license numbers of vehicles disregarding traffic signals, and report infractions to appropriate authorities.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "11125",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9091.00/related/tasks/11125",
         "title": "Distribute traffic control signs and markers at designated points.",
         "importance": 82,
         "category": "Supplemental"
      },
      {
         "id": "11124",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9091.00/related/tasks/11124",
         "title": "Stop speeding vehicles to warn drivers of traffic laws.",
         "importance": 80,
         "category": "Supplemental"
      },
      {
         "id": "11123",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9091.00/related/tasks/11123",
         "title": "Learn the location and purpose of street traffic signs within assigned patrol areas.",
         "importance": 78,
         "category": "Supplemental"
      }
   ]
}