ProZ.com global directory of translation services
The translation workplace
Ideas

GET: /codes/software

Get information about software referenced by data structures in the ProZ.com API.

Parameters

  • codes: One or more comma-separated software IDs. If specified, only results for these codes are returned.

Example request

curl -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"
    }
  ]
}