-
- Translation help networkKudoZOther terminology resourcesLearn more: About terminology at ProZ.com
-
-
GET: /codes/disc-specDisciplines are fields of expertise or subject areas, used to categorize translation work and skills. ProZ.com defines a short, high-level list of "general disciplines" (sometimes abbreviated as "disc_gens"), and a longer, more detailed list of "specific disciplines" (sometimes abbreviated as "disc_specs"). ProZ.com's discipline lists have been compiled over the years by analyzing free-text descriptions entered by users when posting language jobs and terminology questions. Parameters
Example requestcurl -H "Authorization: Bearer {OAUTH2_ACCESS_TOKEN}" /disc-spec?codes=25,41,112
Response{
"specific-disciplines": [
{
"disc_spec_id": 25,
"disc_spec_name": "Computers: Systems, Networks"
},
{
"disc_spec_id": 41,
"disc_spec_name": "Engineering: Industrial"
},
{
"disc_spec_id": 112,
"disc_spec_name": "Philosophy"
}
]
}
|