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-9071.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 29,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-9071.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "23620",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9071.00/related/tasks/23620",
         "title": "Position stones and metal pieces, and set, mount, and secure items in place, using setting and hand tools."
      },
      {
         "id": "23621",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9071.00/related/tasks/23621",
         "title": "Smooth soldered joints and rough spots, using hand files and emery paper, and polish smoothed areas with polishing wheels or buffing wire."
      },
      {
         "id": "23622",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9071.00/related/tasks/23622",
         "title": "Create jewelry from materials such as gold, silver, platinum, and precious or semiprecious stones."
      },
      {
         "id": "23623",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9071.00/related/tasks/23623",
         "title": "Make repairs, such as enlarging or reducing ring sizes, soldering pieces of jewelry together, and replacing broken clasps and mountings."
      },
      {
         "id": "23624",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9071.00/related/tasks/23624",
         "title": "Clean and polish metal items and jewelry pieces, using jewelers' tools, polishing wheels, and chemical baths."
      }
   ]
}