Api-documents-title

Description

Obtains data on any file uploaded to FileSocial

Url

http://filesocial.com/api/info/file_hash.xml

HTTP Method(s):

GET

Response example

<file>
  <hash>11h2xg</hash>
  <name>test1M.bin</name>
  <extension>.bin</extension>
  <size>1048576</size>
  <message>testing.... 1mb</message>
  <visit_counter>4</visit_counter>
  <comment_counter>0</comment_counter>
  <created_at>2009-07-02 13:01:10</created_at>
</file>

Curl example

curl http://filesocial.com/api/info/11h2xg.xml