Skip to main content

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.

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:
MethodUse Case
Session CookieWeb browser sessions
JWT TokenShort-lived authentication
API TokenProgrammatic access and automation
OAuthThird-party login (Google, Apple, Meta)

Rate Limits

To ensure fair usage, the API enforces rate limits:
EndpointLimit
Authentication5 attempts per 15 minutes
Uploads20 per hour
Voting20 per hour
General APIStandard limits apply

Need Help?