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-4043.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 29,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-4043.00/details/tasks?start=11&end=20",
   "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.",
         "importance": 89,
         "category": "Core"
      },
      {
         "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.",
         "importance": 87,
         "category": "Core"
      },
      {
         "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.",
         "importance": 80,
         "category": "Core"
      },
      {
         "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.",
         "importance": 78,
         "category": "Core"
      },
      {
         "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.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "22267",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4043.00/related/tasks/22267",
         "title": "Prepare or review professional, technical, or other reports regarding sampling, testing, or recommendations of data analysis.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "22268",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4043.00/related/tasks/22268",
         "title": "Adjust or repair testing, electrical, or mechanical equipment or devices.",
         "importance": 68,
         "category": "Core"
      },
      {
         "id": "22269",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4043.00/related/tasks/22269",
         "title": "Read and study reports in order to compile information and data for geological and geophysical prospecting.",
         "importance": 68,
         "category": "Core"
      },
      {
         "id": "22270",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4043.00/related/tasks/22270",
         "title": "Interview individuals, and research public databases in order to obtain information.",
         "importance": 64,
         "category": "Core"
      },
      {
         "id": "22271",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4043.00/related/tasks/22271",
         "title": "Plot information from aerial photographs, well logs, section descriptions, or other databases.",
         "importance": 63,
         "category": "Core"
      }
   ]
}