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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 29,
   "next": "https://api-v2.onetcenter.org/online/occupations/15-1254.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "id": "14711",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1254.00/related/tasks/14711",
         "title": "Select programming languages, design tools, or applications."
      },
      {
         "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."
      }
   ]
}