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-2041.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-2041.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "15219",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2041.00/related/tasks/15219",
         "title": "Communicate scientific or technical information to the public, organizations, or internal audiences through oral briefings, written documents, workshops, conferences, training sessions, or public hearings."
      },
      {
         "id": "1530",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2041.00/related/tasks/1530",
         "title": "Monitor effects of pollution or land degradation and recommend means of prevention or control."
      },
      {
         "id": "15218",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2041.00/related/tasks/15218",
         "title": "Collect, synthesize, analyze, manage, and report environmental data, such as pollution emission measurements, atmospheric monitoring measurements, meteorological or mineralogical information, or soil or water samples."
      },
      {
         "id": "1517",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2041.00/related/tasks/1517",
         "title": "Review and implement environmental technical standards, guidelines, policies, and formal regulations that meet all appropriate requirements."
      },
      {
         "id": "15220",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2041.00/related/tasks/15220",
         "title": "Provide scientific or technical guidance, support, coordination, or oversight to governmental agencies, environmental programs, industry, or the public."
      }
   ]
}