Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- AVAILABLE FUNCTIONS
- Use the parameter ?t= to specify the function being called.
- SERVER FUNCTIONS
- Capabilities ?t=caps
- Reports the capabilities if the server. Includes information about the server name, available search categories and version number of the newznab protocol being used.
- Capabilities does not require any credentials in order to be ran.
- USER FUNCTIONS
- Register ?t=register&[email protected]
- Registers a new user account. Does not require any credentials in order to be ran.
- Returns either the registered username and password if successful or an error code.
- User ?t=user&username=user123
- Returns public information about a user.
- Returns either the user information or an error code.
- Cart rss?t=-2&del=1
- Returns the items in a users cart in the form of an rss feed. The optional parameter &del=1 will remove the items from the cart after the feed is requested.
- CartAdd ?t=cartadd&id=9ca52909ba9b9e5e6758d815fef4ecda
- Adds an nzb to a users cart.
- CartDelete ?t=cartdel&id=9ca52909ba9b9e5e6758d815fef4ecda
- Remove an nzb from a users cart.
- SEARCH FUNCTIONS
- Search ?t=search&q=linux
- Returns a list of nzbs matching a query. You can also filter by site category or group name by including a comma separated list as follows ?t=search&cat=1000,2000&group=a.b.multimedia. Include &extended=1 to return extended information in the search results.
- TV ?t=tvsearch&q=beverly%20hillbillies&season=1&ep=1
- Returns a list of nzbs matching a query, category, tvrageid, season or episode. You can also filter by site category by including a comma separated list of categories as follows ?t=tvsearch&rid=2204&cat=1000,2000. Include &extended=1 to return extended information in the search results.
- Movies ?t=movie&imdbid=0023010
- Returns a list of nzbs matching a query, an imdbid and optionally a category or genre. Filter by site category by including a comma separated list of categories as follows ?t=movie&imdbid=0023010&cat=2030,2040&genre=Romance. Include &extended=1 to return extended information in the search results.
- Music ?t=music&artist=Jack
- Returns a list of nzbs matching an audio based query and optionally a category. Filter by site category by including a comma separated list of categories as follows ?t=music&artist=Jack&cat=2030,2040. Include &extended=1 to return extended information in the search results. Other search parameters include artist, album, label, year, genre (supports comma separated list).
- Book ?t=book&author=Daniel
- Returns a list of nzbs matching a book based query. Include &extended=1 to return extended information in the search results. Other search parameters include title.
- Details ?t=details&id=9ca52909ba9b9e5e6758d815fef4ecda
- Returns detailed information about an nzb.
- GetNfo ?t=getnfo&id=9ca52909ba9b9e5e6758d815fef4ecda
- Returns an nfo file for an nzb. Optional parameter &raw=1 returns just the nfo file without the rss container.
- Comments ?t=comments&id=9ca52909ba9b9e5e6758d815fef4ecda
- Returns comments for an nzb.
- NZB FUNCTIONS
- Get ?t=get&id=9ca52909ba9b9e5e6758d815fef4ecda
- Downloads the nzb file associated with an Id.
- CommentAdd ?t=comments&id=9ca52909ba9b9e5e6758d815fef4ecda&text=comment
- Adds a comment to an nzb.
- OUTPUT FORMAT
- Obviously not appropriate to functions which return an nzb file.
- Xml (default) ?t=search&q=linux&o=xml
- Returns the data in an xml document.
- Json ?t=search&q=linux&o=json
- Returns the data in a json object.
- EXTENDED ATTRIBUTES
- Using the attrs tag and a comma separated list of supported values, extended information can be returned in the search results.
- For example ?attrs=files,poster,group. Note that not every attribute is available for every release type. Below is a list of some of the supported attributes. To return all known attributes per release use the parameter ?extended=1. See the API specification for a full list.
- files
- poster
- group
- team
- grabs
- password
- comments
- usenetdate
- info
- year
- season
- episode
- rageid
- tvtitle
- tvairdate
- video
- audio
- resolution
- framerate
- language
- subs
- imdb
- imdbscore
- imdbtitle
- imdbtagline
- imdbplot
- imdbyear
- imdbdirector
- imdbactors
- genre
- artist
- album
- publisher
- tracks
- coverurl
- backdropcoverurl
- review
Advertisement
Add Comment
Please, Sign In to add comment