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-1013.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 28,
   "next": "https://api-v2.onetcenter.org/online/occupations/27-1013.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "10989",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1013.00/related/tasks/10989",
         "title": "Use materials such as pens and ink, watercolors, charcoal, oil, or computer software to create artwork.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "10990",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1013.00/related/tasks/10990",
         "title": "Integrate and develop visual elements, such as line, space, mass, color, and perspective, to produce desired effects, such as the illustration of ideas, emotions, or moods.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "10991",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1013.00/related/tasks/10991",
         "title": "Confer with clients, editors, writers, art directors, and other interested parties regarding the nature and content of artwork to be produced.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "10993",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1013.00/related/tasks/10993",
         "title": "Maintain portfolios of artistic work to demonstrate styles, interests, and abilities.",
         "importance": 65,
         "category": "Core"
      },
      {
         "id": "20990",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1013.00/related/tasks/20990",
         "title": "Market artwork through brochures, mailings, or Web sites.",
         "importance": 63,
         "category": "Core"
      },
      {
         "id": "10997",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1013.00/related/tasks/10997",
         "title": "Study different techniques to learn how to apply them to artistic endeavors.",
         "importance": 63,
         "category": "Core"
      },
      {
         "id": "10996",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1013.00/related/tasks/10996",
         "title": "Monitor events, trends, and other circumstances, research specific subject areas, attend art exhibitions, and read art publications to develop ideas and keep current on art world activities.",
         "importance": 53,
         "category": "Core"
      },
      {
         "id": "20991",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1013.00/related/tasks/20991",
         "title": "Photograph objects, places, or scenes for reference material.",
         "importance": 52,
         "category": "Core"
      },
      {
         "id": "11011",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1013.00/related/tasks/11011",
         "title": "Model substances such as clay or wax, using fingers and small hand tools to form objects.",
         "importance": 79,
         "category": "Supplemental"
      },
      {
         "id": "11000",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1013.00/related/tasks/11000",
         "title": "Create sculptures, statues, and other three-dimensional artwork by using abrasives and tools to shape, carve, and fabricate materials such as clay, stone, wood, or metal.",
         "importance": 75,
         "category": "Supplemental"
      }
   ]
}