home icon with text
Checking...

WTF is a NSBX?


NSBX is a service that offers an API designed to assist users in fetching streams from different sources. It serves as a bridge between users and streaming sources, simplifying the process of fetching streams. With NSBX you need not worry about the infrastructure or resources required to fetch streams - NSBX has you covered.

Sources


At present, we offer a single source, but fully intend to grow in the future

D
Delta
A
Alpha
B
Beta
Note: Sources Alpha and Beta are non-operational at the moment

Updates


We are constantly updating our API to improve the user experience and add new features. You can take a look at our changelog for the latest updates. Please note that we wont be able to provide detailed information about the changes made to the API due to security concerns.

Our... Docs


Our API simplifies content discovery with the /search endpoint. It takes a query parameter which is an url-encoded stringified json object which the following properties:
{
  'title': 'Castle',
  'releaseYear': '2009',
  'tmdbId': '1419',
  'imdbId': 'tt1219024',
  'type': 'show',
  'season': '1',
  'episode': '1'
}
Note: The season and episode properties are optional and only required for TV shows.

This returns a value of type

SourcererOutput

with an embedId property containing the source name and a url property containing the resourceId.

With this information, you can easily fetch the streams using the embedId and resourceId from
/source/${embedId}/?resourceId=${resourceId}
using the resourceId as a parameter. This returns a value of type

EmbedOutput

with all the streams available for the given resourceId.

This response usually contains multiple qualities, and subitles if available.

Contact Us


We are open to feedback about our API and services at NSBX.
Though we will not comply to complaints about scrapping unless our philosophy suddenly changes.