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/27-3091.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 17,
   "next": "https://api-v2.onetcenter.org/online/occupations/27-3091.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "9326",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3091.00/related/tasks/9326",
         "title": "Follow ethical codes that protect the confidentiality of information."
      },
      {
         "id": "9328",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3091.00/related/tasks/9328",
         "title": "Translate messages simultaneously or consecutively into specified languages, orally or by using hand signs, maintaining message content, context, and style as much as possible."
      },
      {
         "id": "9335",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3091.00/related/tasks/9335",
         "title": "Listen to speakers' statements to determine meanings and to prepare translations, using electronic listening systems as necessary."
      },
      {
         "id": "9333",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3091.00/related/tasks/9333",
         "title": "Compile terminology and information to be used in translations, including technical terms such as those for legal or medical material."
      },
      {
         "id": "9332",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3091.00/related/tasks/9332",
         "title": "Refer to reference materials, such as dictionaries, lexicons, encyclopedias, and computerized terminology banks, as needed to ensure translation accuracy."
      }
   ]
}