API Overview
The DevRadar Public API provides programmatic access to technology compatibility data, project scanning, and badge generation.Base URL
v1 API version. Future versions will be announced with backward compatibility considerations.
Authentication
Most endpoints are public and do not require authentication:POST /check- Public, rate-limitedGET /badge- Public, rate-limitedPOST /scan- Public, rate-limited
Response Format
All successful responses include aversion field:
Available Endpoints
Quick Start
Check Compatibility
Scan Project
Get Badge
Rate Limiting
All endpoints are rate-limited to ensure fair usage:
Rate limit headers are included in every response:
CORS
The API supports CORS for browser-based requests:Status Codes
Error Codes
See Errors for complete error handling documentation.
Technology Name Format
Use lowercase, simplified names:SDKs
Official SDKs are coming soon:- JavaScript/TypeScript
- Python
- Go
What’s Next
- Check Endpoint - Compatibility verification
- Scan Endpoint - Project scanning
- Badge Endpoint - Badge generation
- Rate Limits - Usage limits
Ready to integrate? Check Endpoint Reference →