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.05/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 23,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-9195.05/details/tasks?start=11&end=20",
   "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.",
         "importance": 96,
         "category": "Core"
      },
      {
         "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.",
         "importance": 91,
         "category": "Core"
      },
      {
         "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.",
         "importance": 91,
         "category": "Core"
      },
      {
         "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.",
         "importance": 91,
         "category": "Core"
      },
      {
         "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.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "15122",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9195.05/related/tasks/15122",
         "title": "Move pieces from wheels so that they can dry.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "15119",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9195.05/related/tasks/15119",
         "title": "Prepare work for sale or exhibition, and maintain relationships with retail, pottery, art, and resource networks that can facilitate sale or exhibition of work.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "21212",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9195.05/related/tasks/21212",
         "title": "Attach handles to pottery pieces.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "15114",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9195.05/related/tasks/15114",
         "title": "Press thumbs into centers of revolving clay to form hollows, and press on the inside and outside of emerging clay cylinders with hands and fingers, gradually raising and shaping clay to desired forms and sizes.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "21213",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9195.05/related/tasks/21213",
         "title": "Pack and ship pottery to stores or galleries for retail sale.",
         "importance": 83,
         "category": "Core"
      }
   ]
}