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-1255.01/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 24,
   "next": "https://api-v2.onetcenter.org/online/occupations/15-1255.01/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "16199",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1255.01/related/tasks/16199",
         "title": "Balance and adjust gameplay experiences to ensure the critical and commercial success of the product."
      },
      {
         "id": "16208",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1255.01/related/tasks/16208",
         "title": "Devise missions, challenges, or puzzles to be encountered in game play."
      },
      {
         "id": "16217",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1255.01/related/tasks/16217",
         "title": "Create core game features, including storylines, role-play mechanics, and character biographies for a new video game or game franchise."
      },
      {
         "id": "16201",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1255.01/related/tasks/16201",
         "title": "Solicit, obtain, and integrate feedback from design and technical staff into original game design."
      },
      {
         "id": "16214",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1255.01/related/tasks/16214",
         "title": "Conduct regular design reviews throughout the game development process."
      }
   ]
}