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/53-7061.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/53-7061.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "4997",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7061.00/related/tasks/4997",
         "title": "Rinse objects and place them on drying racks or use cloth, squeegees, or air compressors to dry surfaces."
      },
      {
         "id": "5006",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7061.00/related/tasks/5006",
         "title": "Apply paints, dyes, polishes, reconditioners, waxes, or masking materials to vehicles to preserve, protect, or restore color or condition."
      },
      {
         "id": "4996",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7061.00/related/tasks/4996",
         "title": "Clean and polish vehicle windows."
      },
      {
         "id": "4998",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7061.00/related/tasks/4998",
         "title": "Drive vehicles to or from workshops or customers' workplaces or homes."
      },
      {
         "id": "4993",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7061.00/related/tasks/4993",
         "title": "Scrub, scrape, or spray machine parts, equipment, or vehicles, using scrapers, brushes, clothes, cleaners, disinfectants, insecticides, acid, abrasives, vacuums, or hoses."
      }
   ]
}