mail Questions? Contact Crowdin.net

Project Details

Get Crowdin Project details.

Request

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

Parameters

Name Value Description
keyrequired string Project API key.
xmloptional string May not contain value. Defines that response should be in XML format.
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.
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
    
    
      Spanish
      es-ES
    
    
  
   
    
      test
      directory
      
        
          market-info.txt
          file
          2011-11-25 00:43:08
          2011-11-29 23:52:47
        
        
          strings.xml
          file
          2011-11-29 22:01:28
          0000-00-00 00:00:00
        
      
    
    
      strings.xml
      file
      2011-11-26 18:07:53
      0000-00-00 00:00:00
    
  
  
test-project test-project 2011-11-25 00:43:07 project description open 2011-11-29 23:52:53 2011-11-29 23:52:47 http://crowdin.net/project/test-project/invite

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}/info?key={project-key}&jsonp=mycallback