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/11-9179.01/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 24,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-9179.01/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "15558",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9179.01/related/tasks/15558",
         "title": "Maintain wellness- and fitness-related schedules, records, or reports."
      },
      {
         "id": "15562",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9179.01/related/tasks/15562",
         "title": "Develop or coordinate fitness and wellness programs or services."
      },
      {
         "id": "15552",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9179.01/related/tasks/15552",
         "title": "Recommend or approve new program or service offerings to promote wellness and fitness, produce revenues, or minimize costs."
      },
      {
         "id": "15557",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9179.01/related/tasks/15557",
         "title": "Manage or oversee fitness or recreation facilities, ensuring safe and clean facilities and equipment."
      },
      {
         "id": "15561",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9179.01/related/tasks/15561",
         "title": "Supervise fitness or wellness specialists, such as fitness instructors, nutritionists, or health educators."
      }
   ]
}