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/51-9195.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 24,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-9195.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "23666",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9195.00/related/tasks/23666",
         "title": "Read work orders or examine parts to determine parts or sections of products to be produced."
      },
      {
         "id": "23667",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9195.00/related/tasks/23667",
         "title": "Trim or remove excess material, using scrapers, knives, or band saws."
      },
      {
         "id": "23668",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9195.00/related/tasks/23668",
         "title": "Brush or spray mold surfaces with parting agents or insert paper into molds to ensure smoothness and prevent sticking or seepage."
      },
      {
         "id": "23669",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9195.00/related/tasks/23669",
         "title": "Engrave or stamp identifying symbols, letters, or numbers on products."
      },
      {
         "id": "23670",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9195.00/related/tasks/23670",
         "title": "Assemble, insert, and adjust wires, tubes, cores, fittings, rods, or patterns into molds, using hand tools and depth gauges."
      }
   ]
}