find that file API Documentation
The find that file API provides the ability to query find that file search from external sources, web sites, applications etc.
find that file API Documentation
Query URL and Parameters :
Searches can be performed by making an HTTP GET request to the following URL:
http://www.findthatfile.com/index.php
Parameters
| q | Query string keywords. *Mandatory |
| APIKey | API Key assigned to you. *Mandatory |
| minsize | Minimum file size (numeric) |
| selectSizeConvert | Size metric - kb, mb, gb, tb |
| ext | File extension (including .) |
| minbitrate | Minimum bitrate/sample (kb/s) |
| minduration | Minimum play length (numeric) |
| selectTimeConvert | Time metric - seconds, minutes, hours |
| mindate | Minimum file creation date (yyyy-mm-dd) |
| showadult | Show adult links (1-No, 2-Yes, 3-Only adult) |
| prot | Protocol (0 - All, 1 - Web, 2 - File upload services, 3 - FTP, 4 - Usenet, 5 - edonkey) |
Output: (All data returned as XML)
<?xml version="1.0" encoding="ISO-8859-1"?><note>
<entry>
<url></url>
<name></name>
<size></size>
<verifieddate></verifieddate>
<description></description>
<thumb></thumb>
</entry>
</note>
url - link to file resource
name - Name of file
size - File size
verifieddate - Date file was last verified
descritpion - File description
thumb - Thumbnail sample (video/document)
