A comprehensive REST API for accessing Rust game item data. Perfect for external applications like binds.io, Discord bots, gaming websites, and data analysis tools.
Built specifically for integration with external platforms and services
Perfect for gaming websites like binds.io to display Rust item data
Analyze Rust items for balance, pricing, and gameplay insights
Build custom tools and modifications using real Rust data
Get started with the RUST API in under 2 minutes
https://rustapi.io/api
✅ No API keys required - completely open access
Fair usage policy - no hard limits currently enforced
JSON format with consistent structure and pagination
Try this in your browser or terminal:
https://rustapi.io/api/health
/api/health
Check API status and database connectivity
https://rustapi.io/api/health
{
"status": "healthy",
"timestamp": "2025-05-25T00:03:12.231Z",
"database": "connected",
"total_items": 1361
}