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/25-9043.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 30,
   "next": "https://api-v2.onetcenter.org/online/occupations/25-9043.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "22484",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-9043.00/related/tasks/22484",
         "title": "Assist in bus loading and unloading."
      },
      {
         "id": "22485",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-9043.00/related/tasks/22485",
         "title": "Assist librarians in school libraries."
      },
      {
         "id": "22486",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-9043.00/related/tasks/22486",
         "title": "Attend staff meetings and serve on committees, as required."
      },
      {
         "id": "22487",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-9043.00/related/tasks/22487",
         "title": "Carry out therapeutic regimens, such as behavior modification and personal development programs, under the supervision of special education instructors, psychologists, or speech-language pathologists."
      },
      {
         "id": "22488",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-9043.00/related/tasks/22488",
         "title": "Clean classrooms."
      }
   ]
}