Ollang API Reference
Get Order by ID
Retrieve detailed information about a specific translation order by its unique identifier
GET
Retrieve detailed information about a specific translation order using its unique identifier. This endpoint provides comprehensive order details including status, documents, and financial information.
Authorizations
This endpoint requires API key authentication. Include your API key in the request header:- Header name:
X-Api-Key - Header value: Your API key from the Ollang dashboard
- Format:
X-Api-Key: your-api-key-here
Path Parameters
The unique identifier of the order you want to retrieve. This should be a
valid order ID that you have access to.
Response
Unique identifier of the order.
Creation date and time of the order (ISO 8601 format).
Name or title of the order.
Source language of the content. Uses ISO 639-1 language codes (e.g., ‘en’,
‘tr’, ‘fr’).
Target language for translation. Uses ISO 639-1 language codes (e.g., ‘en’,
‘tr’, ‘fr’).
Type of the order. Creatable values are
cc, subtitle, document,
aiDubbing, and studioDubbing — see
Order Types. The platform may
additionally return legacy or system-generated values such as
proofreading, other, or revision on orders that were not created
through Create Order.Current status of the order. Possible values:
pending, ongoing,
completed, revision, delayed, waitingForCC, waitingForSubtitle,
delivered, qualityCheck, readyToSent.Rate applied to the order for pricing calculation.
Associated project identifier that this order belongs to.
Service level for the order. Level 0 means full AI generated and Level 1 is
Human Review added version.
Folder identifier where the order files are organized and stored.
URL to download the VTT subtitle file associated with the order (if
available).
Array of documents associated with the order.
Financial details related to the order.
Quality check evaluation for this order, if available. This field is present when a QC evaluation has been run on the order.