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/33-3051.04/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 11,
   "next": "https://api-v2.onetcenter.org/online/occupations/33-3051.04/details/tasks?start=11&end=11",
   "task": [
      {
         "id": "9450",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3051.04/related/tasks/9450",
         "title": "Examine immigration applications, visas, and passports and interview persons to determine eligibility for admission, residence, and travel in the U.S.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "9451",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3051.04/related/tasks/9451",
         "title": "Detain persons found to be in violation of customs or immigration laws and arrange for legal action, such as deportation.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "9454",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3051.04/related/tasks/9454",
         "title": "Inspect cargo, baggage, and personal articles entering or leaving U.S. for compliance with revenue laws and U.S. customs regulations.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "9452",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3051.04/related/tasks/9452",
         "title": "Locate and seize contraband, undeclared merchandise, and vehicles, aircraft, or boats that contain such merchandise.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "9453",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3051.04/related/tasks/9453",
         "title": "Interpret and explain laws and regulations to travelers, prospective immigrants, shippers, and manufacturers.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "9456",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3051.04/related/tasks/9456",
         "title": "Institute civil and criminal prosecutions and cooperate with other law enforcement agencies in the investigation and prosecution of those in violation of immigration or customs laws.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "9457",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3051.04/related/tasks/9457",
         "title": "Testify regarding decisions at immigration appeals or in federal court.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "9455",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3051.04/related/tasks/9455",
         "title": "Record and report job-related activities, findings, transactions, violations, discrepancies, and decisions.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "9458",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3051.04/related/tasks/9458",
         "title": "Determine duty and taxes to be paid on goods.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "9459",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3051.04/related/tasks/9459",
         "title": "Collect samples of merchandise for examination, appraisal, or testing.",
         "importance": 69,
         "category": "Core"
      }
   ]
}