Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

netflix-unofficial-api

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

netflix-unofficial-api

🎥 Netflix Movie, TV Shows & Doc Database 🍿 Powered by Searchablelist.com

  • 1.0.9
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-85.71%
Maintainers
1
Weekly downloads
 
Created
Source

🎥 Netflix unofficial Movie, TV Shows & Doc Database API NodeJS🍿

Powered by Searchablelist.com

The Netflix unofficial movie, tv shows and documentaries database.

Installation

npm install netflix-unofficial-api --save

Token Access

Request access token from api@searchablelist.com with subject: Token ~ Auto response with token key

Basic usage

const netflixUnofficialApi = require("netflix-unofficial-api");
const myApiToken = '123412341234';
const netflixData = new netflixData(myApiToken);
netflixData.movie().then(res => {
  console.log({res})
}).catch(e => {
  console.log({e})
})

Available Methods

Return full list of Netflix Movies

netflixData.movie()

Return full list of Netflix Tv Shows

netflixData.tvshows()

Return full list of Netflix documentaries

netflixData.doc()

Keywords

FAQs

Package last updated on 12 Dec 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc