API Documentation
Public API endpoints for accessing YoForex data. Authentication required for write operations.
Base URL
https://yoforex.replit.devAuthentication
Protected endpoints require authentication via session cookies. Public endpoints can be accessed without authentication.
Available Endpoints
GET
/api/threadsPublic
Get all forum threads with optional filters
Query Parameters:
limitcategorySlugsortGET
/api/threads/:slugPublic
Get a single thread by slug
GET
/api/categoriesPublic
Get all forum categories
GET
/api/contentPublic
Get marketplace content with filters
Query Parameters:
typeplatformlimitGET
/api/statsPublic
Get platform statistics
GET
/api/leaderboardPublic
Get top contributors leaderboard
POST
/api/threadsProtected
Create a new forum thread
POST
/api/contentProtected
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