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 it is shown below.
<?xml version="1.0" encoding="ISO-8859-1"?>

   
    
      French
      fr
    
    
      Spanish
      es-ES
    
  
   
    
      test
      directory
      
        
          market-info.txt
          file
          2013-05-19 16:08:13
          2013-05-20 21:02:13
          2013-05-21 12:10:48
        
        
          strings.xml
          file
          2013-05-19 16:38:15
          2013-05-20 21:42:11
          0000-00-00 00:00:00
        
      
    
    
      strings.xml
      file
      2013-05-19 16:40:09
      2013-05-21 09:31:48
      2013-05-21 10:21:01
    
  
  
English en test-project test-project 2013-05-19 16:40:52 project description open 2013-05-20 23:01:18 2013-05-21 12:10:48 Ukrainian http://crowdin.net/project/test-project/invite?d=d5l6k4h685v6p483v6q4r44303 http://crowdin.net/project/test-project/invite?d=95l625i6r4v6p483v6q4r44303

Note!

last_updated field indicates last update of the file and last_accessed indicates last activity in the file (e. g. submitting a suggestion). If there were no activities such as last_build, last_activity or last_updated, the dates is shown in following format 0000-00-00 00:00:00.
Unsuccessful response sample:
<?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