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-9022.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 17,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-9022.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "14334",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9022.00/related/tasks/14334",
         "title": "Verify quality of finished workpieces by inspecting them, comparing them to templates, measuring their dimensions, or testing them in working machinery."
      },
      {
         "id": "14329",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9022.00/related/tasks/14329",
         "title": "Grind, sand, clean, or polish objects or parts to correct defects or to prepare surfaces for further finishing, using hand tools and power tools."
      },
      {
         "id": "14333",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9022.00/related/tasks/14333",
         "title": "Measure and mark equipment, objects, or parts to ensure grinding and polishing standards are met."
      },
      {
         "id": "14336",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9022.00/related/tasks/14336",
         "title": "Trim, scrape, or deburr objects or parts, using chisels, scrapers, and other hand tools and equipment."
      },
      {
         "id": "14330",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9022.00/related/tasks/14330",
         "title": "Mark defects, such as knotholes, cracks, and splits, for repair."
      }
   ]
}