Ollang API Reference
Get Figma Orders
List all translation orders for a Figma file
GET
Retrieve all translation orders associated with a specific Figma file. Orders are returned sorted by creation date (newest first) and include review info when an order is at a review gate.
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
Query Parameters
string
required
The Figma file key to look up orders for. Only orders whose project contains a document with this file key will be returned.
Response
Returns an array of order objects.string
The unique order identifier.
string
Current order status:
ongoing, review, waitingForApprove, completed, delivered, pending, revision.string
The target language code for this order.
string
ISO 8601 timestamp of when the order was created.
string
The display name of the order.
object
Present when the order is currently at a review gate.
null otherwise.