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/19-4061.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 22,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-4061.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "12963",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4061.00/related/tasks/12963",
         "title": "Design and create special programs for tasks such as statistical analysis and data entry and cleaning."
      },
      {
         "id": "12953",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4061.00/related/tasks/12953",
         "title": "Provide assistance with the preparation of project-related reports, manuscripts, and presentations."
      },
      {
         "id": "12957",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4061.00/related/tasks/12957",
         "title": "Prepare tables, graphs, fact sheets, and written reports summarizing research results."
      },
      {
         "id": "12955",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4061.00/related/tasks/12955",
         "title": "Perform descriptive and multivariate statistical analyses of data, using computer software."
      },
      {
         "id": "12956",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4061.00/related/tasks/12956",
         "title": "Verify the accuracy and validity of data entered in databases, correcting any errors."
      }
   ]
}