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/29-1221.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 17,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-1221.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "7821",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1221.00/related/tasks/7821",
         "title": "Prescribe or administer treatment, therapy, medication, vaccination, and other specialized medical care to treat or prevent illness, disease, or injury in infants and children."
      },
      {
         "id": "7820",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1221.00/related/tasks/7820",
         "title": "Examine children regularly to assess their growth and development."
      },
      {
         "id": "7824",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1221.00/related/tasks/7824",
         "title": "Treat children who have minor illnesses, acute and chronic health problems, and growth and development concerns."
      },
      {
         "id": "7819",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1221.00/related/tasks/7819",
         "title": "Examine patients or order, perform, and interpret diagnostic tests to obtain information on medical condition and determine diagnosis."
      },
      {
         "id": "7823",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1221.00/related/tasks/7823",
         "title": "Advise patients, parents or guardians, and community members concerning diet, activity, hygiene, and disease prevention."
      }
   ]
}