Account Projects

Get Crowdin Project details.

Request

GET http://api.crowdin.net/api/account/get-projects?account-key={account-key}

Parameters

Name Value Description
account-keyrequired string Account API key.
loginrequired string Your Crowdin Account login name.
jsonoptional string May not contain value. Defines that response should be in JSON format.
jsonpoptional string Callback function name. Defines that response should be in JSONP format.

Response

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

  
    My Project
    my-project
    d8e8fca2dc0f896fd7cb4cb0031ba249
  


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

  12
  Account key is invalid


Examples

curl -F "login={crowdin-login-name}" http://api.crowdin.net/api/account/get-projects?account-key={account-key}