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 (all upper case) |
| mediaselect | A = Audio, V = Video, Z = Compressed, D = Document, F = Font, |
| safesearch | Show adult links (1-No, 2-Yes, 3-Only adult) |
| results | Results per page to return |
| 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>
<resource></resource>
<name></name>
<size></size>
<virustested></virustested>
<verifieddate></verifieddate>
<creationdate></creationdatedate>
<description></description>
<contents></contents>
</entry>
</note>
url - link to file resource
name - Name of file
size - File size
virustested - 0/1
verifieddate - Date file was last verified
creationdate - File creation date
descritpion - File description
