API Endpoints
Counter API offers two versions of endpoints with different capabilities:
V2 Endpoints (Recommended)
Our newer, enhanced API with: - User authentication - Private counters - Higher rate limits (600 requests per minute) - Additional security features
View V2 Endpoints Documentation →
V1 Endpoints
Our original API with: - No authentication required - Public counters only - Limited rate (30 requests per minute) - Simple integration
View V1 Endpoints Documentation →
Choosing the Right Version
- For new projects: We strongly recommend using V2 endpoints
- For simple projects: V1 endpoints may be sufficient if you only need basic public counters
For more information about rate limits, see our Rate Limits documentation.