bitDig.com webmaster webservices intro
Welcome to bitDig.com webmaster webservices. This site is currently in development and all functions may not work on 100%. Webmaster webservices mean, that bitDig.com is offering to webmasters easy to use API, mainly export methods to retrieve data from this bittorrent website.
Supported pages
BROWSE
http://www.bitdig.com/browse/
Will returns 50 items, ordered by date DESC as defalt (latest)
- default order: latest
- default filter: all categories
- allowed filter: yes
- allowed order: yes
click here for more info
SEARCH
http://www.bitdig.com/search/torrent-%query%/
Will returns max 50 of items based on search query, which is required! Default order is by relevancy as we are using fulltext search
- required parameter(s): /torrent-%query%/
- default order: relevancy
- default filter: all categories
- allowed filter: yes
- allowed order: yes
click here for more info
TORRENT DETAILS new!
http://www.bitdig.com/torrent/download-%torrent-id%/
Will display torrent details including hash, announce, files, size etc..
click here for more info
SEARCH CLOUD
http://www.bitdig.com/search-cloud/
Will return list of most popular tags and their count. This contains most popular search terms from last 48 hours.
- allowed filter: no
- allowed order: no
click here for more info
Supported output types
there are many output types you can use to export data from given and supported pages. To use export type, add at the end of each url in your browse /type-%type%/.
EXAMPLE: http://www.bitdig.com/browse/type-rss/ - will return latest data in rss format.
RSS - rss export format, use as /type-rss/
XML - xml export format, use as /type-xml/
SERIALIZED - php serialized array export, use as /type-serialized/
PLAIN - plain text export format, use as /type-plain/

