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/27-1014.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 13,
   "next": "https://api-v2.onetcenter.org/online/occupations/27-1014.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "6882",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1014.00/related/tasks/6882",
         "title": "Design complex graphics and animation, using independent judgment, creativity, and computer equipment."
      },
      {
         "id": "6888",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1014.00/related/tasks/6888",
         "title": "Create basic designs, drawings, and illustrations for product labels, cartons, direct mail, or television."
      },
      {
         "id": "6893",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1014.00/related/tasks/6893",
         "title": "Participate in design and production of multimedia campaigns, handling budgeting and scheduling, and assisting with such responsibilities as production coordination, background design, and progress tracking."
      },
      {
         "id": "6883",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1014.00/related/tasks/6883",
         "title": "Create two-dimensional and three-dimensional images depicting objects in motion or illustrating a process, using computer animation or modeling programs."
      },
      {
         "id": "6884",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1014.00/related/tasks/6884",
         "title": "Make objects or characters appear lifelike by manipulating light, color, texture, shadow, and transparency, or manipulating static images to give the illusion of motion."
      }
   ]
}