API Documentation
Our API provides the ability to query our 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.*.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 |
| reg | Limit to geographical region (germany, france, etc) |
| 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) |
| lastdate | New media found or verified since last date |
| results | Results per page to return (max depends on service model) |
| prot | Protocol (0 - All, 1 - Web, 2 - File upload services, 3 - FTP, 4 - Usenet, 5 - emule) |
Output: (All data returned as XML or JSON)
<?xml version="1.0" encoding="ISO-8859-1"?>
<note>
<entry>
<url></url>
<resource></resource>
<name></name>
<size></size>
<virustested></virustested>
<duration></duration>
<verifieddate></verifieddate>
<creationdate></creationdatedate>
<description></description>
<contents></contents>
</entry>
</note>
url - link to file resource
resource - page or url link was found on
name - Name of file
size - File size
virustested - 0/1
duration - Play time/duration or number of pages for PDF
verifieddate - Date file was last verified
creationdate - File creation date
descritpion - File description
contents - Internal file contents excerpt
**
Please note custom versions of the API are also available with additional parameters and output if necesssary on a case by case basis.
