Translations Status

Track your Crowdin project translation progress by language. Default response format is XML.

Request

POST http://api.crowdin.net/api/project/{project-identifier}/status?key={project-key}

Parameters

Name Value Description
keyrequired string Project API key.
xmloptional string May contain no value. Defines that response should be in XML format.
jsonoptional string May contain no value. Defines that response should be in JSON format.
jsonpoptional string Callback function name. Defines that response should be in JSONP format.
Variables
project-identifierrequired string Should contain the project identifier.

Response

If successful, this method returns a XML structure, as shown below.
<?xml version="1.0" encoding="ISO-8859-1"?>

  
  French
  fr
  20
  10
  5
  50
  25
  

  Romanian
  ro
  20
  0
  0
  0
  0




Sample unsuccessful response:
<?xml version="1.0" encoding="ISO-8859-1"?>

  3
  API key is not valid


Examples

curl http://api.crowdin.net/api/project/{project-identifier}/status?key={project-key}&jsonp=mycallback