API Documentation
Public API endpoints for accessing YoForex data. Authentication required for write operations.
Base URL
https://yoforex.replit.dev
Authentication

Protected endpoints require authentication via session cookies. Public endpoints can be accessed without authentication.

Available Endpoints

GET
/api/threads
Public
Get all forum threads with optional filters

Query Parameters:

limitcategorySlugsort
GET
/api/threads/:slug
Public
Get a single thread by slug
GET
/api/categories
Public
Get all forum categories
GET
/api/content
Public
Get marketplace content with filters

Query Parameters:

typeplatformlimit
GET
/api/stats
Public
Get platform statistics
GET
/api/leaderboard
Public
Get top contributors leaderboard
POST
/api/threads
Protected
Create a new forum thread
POST
/api/content
Protected
Publish new marketplace content
Rate Limits
  • • General API: 100 requests per 15 minutes
  • • Write Operations: 30 requests per 15 minutes
  • • Content Creation: 5 posts per hour