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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 22,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-2041.00/details/tasks?start=11&end=20",
   "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.",
         "importance": 77,
         "category": "Core"
      },
      {
         "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.",
         "importance": 74,
         "category": "Core"
      },
      {
         "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.",
         "importance": 70,
         "category": "Core"
      },
      {
         "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.",
         "importance": 70,
         "category": "Core"
      },
      {
         "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.",
         "importance": 68,
         "category": "Core"
      },
      {
         "id": "15221",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2041.00/related/tasks/15221",
         "title": "Process and review environmental permits, licenses, or related materials.",
         "importance": 66,
         "category": "Core"
      },
      {
         "id": "1514",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2041.00/related/tasks/1514",
         "title": "Conduct environmental audits or inspections or investigations of violations.",
         "importance": 66,
         "category": "Core"
      },
      {
         "id": "1519",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2041.00/related/tasks/1519",
         "title": "Provide advice on proper standards and regulations or the development of policies, strategies, or codes of practice for environmental management.",
         "importance": 63,
         "category": "Core"
      },
      {
         "id": "1523",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2041.00/related/tasks/1523",
         "title": "Prepare charts or graphs from data samples, providing summary information on the environmental relevance of the data.",
         "importance": 61,
         "category": "Core"
      },
      {
         "id": "1529",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2041.00/related/tasks/1529",
         "title": "Research sources of pollution to determine their effects on the environment and to develop theories or methods of pollution abatement or control.",
         "importance": 61,
         "category": "Core"
      }
   ]
}