Welcome to FoN
FoN (Fucks or Not) is a community-driven voting platform where users upload images and links, and the community votes on whether they “fuck” or not. This documentation covers the FoN API, which allows you to build integrations, automate uploads, and interact with the platform programmatically.Quickstart
Get up and running with the FoN API in minutes
Authentication
Learn about authentication methods and API tokens
API Reference
Explore all available API endpoints
Core Concepts
Understand uploads, voting, and tags
What can you build?
Upload Automation
Build scripts to automatically upload content from various sources
Voting Bots
Create tools to track and analyze voting patterns
Content Discovery
Build applications that surface trending content
Admin Tools
Develop moderation dashboards and analytics
Authentication Methods
FoN supports multiple authentication methods:| Method | Use Case |
|---|---|
| Session Cookie | Web browser sessions |
| JWT Token | Short-lived authentication |
| API Token | Programmatic access and automation |
| OAuth | Third-party login (Google, Apple, Meta) |
Rate Limits
To ensure fair usage, the API enforces rate limits:| Endpoint | Limit |
|---|---|
| Authentication | 5 attempts per 15 minutes |
| Uploads | 20 per hour |
| Voting | 20 per hour |
| General API | Standard limits apply |