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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 13,
   "next": "https://api-v2.onetcenter.org/online/occupations/27-1014.00/details/tasks?start=11&end=13",
   "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.",
         "importance": 87,
         "category": "Core"
      },
      {
         "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.",
         "importance": 83,
         "category": "Core"
      },
      {
         "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.",
         "importance": 82,
         "category": "Core"
      },
      {
         "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.",
         "importance": 72,
         "category": "Core"
      },
      {
         "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.",
         "importance": 66,
         "category": "Core"
      },
      {
         "id": "6886",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1014.00/related/tasks/6886",
         "title": "Apply story development, directing, cinematography, and editing to animation to create storyboards that show the flow of the animation and map out key scenes and characters.",
         "importance": 65,
         "category": "Core"
      },
      {
         "id": "6895",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1014.00/related/tasks/6895",
         "title": "Implement and maintain configuration control systems.",
         "importance": 75,
         "category": "Supplemental"
      },
      {
         "id": "6887",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1014.00/related/tasks/6887",
         "title": "Script, plan, and create animated narrative sequences under tight deadlines, using computer software and hand drawing techniques.",
         "importance": 73,
         "category": "Supplemental"
      },
      {
         "id": "6890",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1014.00/related/tasks/6890",
         "title": "Develop briefings, brochures, multimedia presentations, web pages, promotional products, technical illustrations, and computer artwork for use in products, technical manuals, literature, newsletters, and slide shows.",
         "importance": 67,
         "category": "Supplemental"
      },
      {
         "id": "6885",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1014.00/related/tasks/6885",
         "title": "Assemble, typeset, scan, and produce digital camera-ready art or film negatives and printer's proofs.",
         "importance": 64,
         "category": "Supplemental"
      }
   ]
}