Snapchat API

They have Ads API, but not traditional API, somebody reverse engineered they API, npmjs.com/package/snapchat
 
There is no official API but you can reverse engine the mobile app to grab the API style links the app uses to communicate with the database/server to achieve what you may be trying to accomplish.

They change the calls often to prevent this thus is why old reverse code that isn't maintained doesn't work
 
Back
Top