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/15-1254.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 29,
   "next": "https://api-v2.onetcenter.org/online/occupations/15-1254.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "14707",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1254.00/related/tasks/14707",
         "title": "Write supporting code for Web applications or Web sites.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "14694",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1254.00/related/tasks/14694",
         "title": "Design, build, or maintain Web sites, using authoring or scripting languages, content creation tools, management tools, and digital media.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "14698",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1254.00/related/tasks/14698",
         "title": "Back up files from Web sites to local directories for instant recovery in case of problems.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "14711",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1254.00/related/tasks/14711",
         "title": "Select programming languages, design tools, or applications.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "14700",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1254.00/related/tasks/14700",
         "title": "Evaluate code to ensure that it is valid, is properly structured, meets industry standards, and is compatible with browsers, devices, or operating systems.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "14704",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1254.00/related/tasks/14704",
         "title": "Develop databases that support Web applications and Web sites.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "14710",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1254.00/related/tasks/14710",
         "title": "Perform Web site tests according to planned schedules, or after any Web site or product revision.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "14695",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1254.00/related/tasks/14695",
         "title": "Perform or direct Web site updates.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "14701",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1254.00/related/tasks/14701",
         "title": "Maintain understanding of current Web technologies or programming practices through continuing education, reading, or participation in professional conferences, workshops, or groups.",
         "importance": 71,
         "category": "Core"
      },
      {
         "id": "14702",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1254.00/related/tasks/14702",
         "title": "Analyze user needs to determine technical requirements.",
         "importance": 70,
         "category": "Core"
      }
   ]
}