API Information
Our API allows you to take the power of the Social Blade website and intergrate it directly into your internal systems.
You gain access to the same public statistical information that is on the website along with our toplists, rankings, and more as we keep expanding it's features!
Install
npm install --save socialblade
Important: Library does not force any fetch polyfills, If you don't already have a fetch polyfill we recommend using
isomorphic-unfetch
like the tests use.
Usage
Import the library into your project and construct a new client which will be used to access the API.
TypeScript
; ; // Get a YouTube User;
ES6+
const SocialBlade = ; const client = SOCIALBLADE_CLIENT_ID SOCIALBLADE_ACCESS_TOKEN; // Get a YouTube Userclientyoutube;
Code Examples
Troubleshooting
If you find an issue with this library feel free to open an issue here on GitHub, or submit a PR and others! 😀
If it's an issue when the API open a support ticket.