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-2099.01/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 19,
   "next": "https://api-v2.onetcenter.org/online/occupations/15-2099.01/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "17709",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-2099.01/related/tasks/17709",
         "title": "Analyze or manipulate bioinformatics data using software packages, statistical applications, or data mining techniques."
      },
      {
         "id": "17715",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-2099.01/related/tasks/17715",
         "title": "Extend existing software programs, web-based interactive tools, or database queries as sequence management and analysis needs evolve."
      },
      {
         "id": "17716",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-2099.01/related/tasks/17716",
         "title": "Maintain awareness of new and emerging computational methods and technologies."
      },
      {
         "id": "17721",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-2099.01/related/tasks/17721",
         "title": "Conduct quality analyses of data inputs and resulting analyses or predictions."
      },
      {
         "id": "17707",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-2099.01/related/tasks/17707",
         "title": "Enter or retrieve information from structural databases, protein sequence motif databases, mutation databases, genomic databases or gene expression databases."
      }
   ]
}