Snapchat
The Snapchat API gives developers programmatic access to public Snapchat data — no Snapchat account or authentication required. **What you can do:** - Fetch full public user profiles (display name, bio, subscribers, snap score, bitmoji, story previews) - Browse trending Spotlight videos (short-form content feed) with full metadata - Retrieve individual Spotlight videos by ID (media URLs, author…
Snapchat endpoints
| Method | Endpoint | Description |
|---|---|---|
| Profile | ||
| GET |
getProfile /profile/{username} |
Returns public profile information for a Snapchat user by username. Includes display name, Snapcode image, 3D Bitmoji avatar, background, and a shareable preview image. |
| Spotlight | ||
| GET |
getSpotlightVideo /spotlight/{snapId} |
Returns metadata for a specific Spotlight video by its snap ID. The snap ID can be obtained from the trending feed or from a Snapchat Spotlight URL in the format… |
| GET |
getSpotlightFeed /spotlight |
Returns the current trending Spotlight videos feed (~24 videos). Each item includes the direct video URL, creator info, view count, duration, and upload date. |
| Lenses | ||
| GET |
getLensByUuid /lenses/{uuid} |
Returns detailed information for a specific Snapchat Lens by its UUID (the 32-character hex `scannableUuid`). Includes related lenses and a list of Spotlight videos that use this… |
| GET |
getLensesFeed /lenses |
Returns the top 25 trending Snapchat Lenses (AR filters). Each lens includes a preview image, preview video URL, creator info, search tags, and the deep-link URL to open the lens… |
Snapchat pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | — |
|
| ULTRA | $50 / month | — |
|
| MEGA | $200 / month | — |
|