-
- Translation help networkKudoZOther terminology resourcesLearn more: About terminology at ProZ.com
-
-
GET: /codes/softwareGet information about software referenced by data structures in the ProZ.com API. Parameters
Example requestcurl -H "Authorization: Bearer {OAUTH2_ACCESS_TOKEN}" /codes/software?codes=1,5,16
Response{
"software": [
{
"software_id": 5,
"software_name": "QuarkXPress"
},
{
"software_id": 1,
"software_name": "SDL TRADOS"
},
{
"software_id": 16,
"software_name": "Wordfast"
}
]
}
|