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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 11,
   "next": "https://api-v2.onetcenter.org/online/occupations/33-3051.04/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}