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

URL:
https://api-v2.onetcenter.org/online/occupations/19-4043.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 29,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-4043.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "22262",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4043.00/related/tasks/22262",
         "title": "Test and analyze samples to determine their content and characteristics, using laboratory apparatus or testing equipment."
      },
      {
         "id": "22263",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4043.00/related/tasks/22263",
         "title": "Collect or prepare solid or fluid samples for analysis."
      },
      {
         "id": "22264",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4043.00/related/tasks/22264",
         "title": "Compile, log, or record testing or operational data for review and further analysis."
      },
      {
         "id": "22265",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4043.00/related/tasks/22265",
         "title": "Prepare notes, sketches, geological maps, or cross-sections."
      },
      {
         "id": "22266",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4043.00/related/tasks/22266",
         "title": "Participate in geological, geophysical, geochemical, hydrographic, or oceanographic surveys, prospecting field trips, exploratory drilling, well logging, or underground mine survey programs."
      }
   ]
}