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

URL:
https://api-v2.onetcenter.org/online/occupations/51-9195.05/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 23,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-9195.05/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "21210",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9195.05/related/tasks/21210",
         "title": "Operate gas or electric kilns to fire pottery pieces."
      },
      {
         "id": "21211",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9195.05/related/tasks/21211",
         "title": "Mix and apply glazes to pottery pieces, using tools, such as spray guns."
      },
      {
         "id": "15118",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9195.05/related/tasks/15118",
         "title": "Raise and shape clay into wares, such as vases and pitchers, on revolving wheels, using hands, fingers, and thumbs."
      },
      {
         "id": "15115",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9195.05/related/tasks/15115",
         "title": "Adjust wheel speeds according to the feel of the clay as pieces enlarge and walls become thinner."
      },
      {
         "id": "15117",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9195.05/related/tasks/15117",
         "title": "Position balls of clay in centers of potters' wheels, and start motors or pump treadles with feet to revolve wheels."
      }
   ]
}