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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 17,
   "next": "https://api-v2.onetcenter.org/online/occupations/27-3091.00/details/tasks?start=11&end=17",
   "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.",
         "importance": 97,
         "category": "Core"
      },
      {
         "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.",
         "importance": 93,
         "category": "Core"
      },
      {
         "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.",
         "importance": 87,
         "category": "Core"
      },
      {
         "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.",
         "importance": 86,
         "category": "Core"
      },
      {
         "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.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "9330",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3091.00/related/tasks/9330",
         "title": "Check translations of technical terms and terminology to ensure that they are accurate and remain consistent throughout translation revisions.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "9327",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3091.00/related/tasks/9327",
         "title": "Identify and resolve conflicts related to the meanings of words, concepts, practices, or behaviors.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "9337",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3091.00/related/tasks/9337",
         "title": "Compile information on content and context of information to be translated and on intended audience.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "9334",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3091.00/related/tasks/9334",
         "title": "Adapt translations to students' cognitive and grade levels, collaborating with educational team members as necessary.",
         "importance": 86,
         "category": "Supplemental"
      },
      {
         "id": "9336",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3091.00/related/tasks/9336",
         "title": "Check original texts or confer with authors to ensure that translations retain the content, meaning, and feeling of the original material.",
         "importance": 83,
         "category": "Supplemental"
      }
   ]
}