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-2021.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 27,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-2021.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "20208",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2021.00/related/tasks/20208",
         "title": "Develop or use mathematical or computer models for weather forecasting."
      },
      {
         "id": "20209",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2021.00/related/tasks/20209",
         "title": "Interpret data, reports, maps, photographs, or charts to predict long- or short-range weather conditions, using computer models and knowledge of climate theory, physics, and mathematics."
      },
      {
         "id": "20210",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2021.00/related/tasks/20210",
         "title": "Conduct meteorological research into the processes or determinants of atmospheric phenomena, weather, or climate."
      },
      {
         "id": "19759",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2021.00/related/tasks/19759",
         "title": "Formulate predictions by interpreting environmental data, such as meteorological, atmospheric, oceanic, paleoclimate, climate, or related information."
      },
      {
         "id": "9068",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2021.00/related/tasks/9068",
         "title": "Broadcast weather conditions, forecasts, or severe weather warnings to the public via television, radio, or the Internet or provide this information to the news media."
      }
   ]
}