RUST API Documentation

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.

1,361
Total Items
14
Categories
99.9%
Uptime
Free
No Auth Required

Perfect for External Applications

Built specifically for integration with external platforms and services

External Applications

Perfect for gaming websites like binds.io to display Rust item data

Item databases
Trading platforms
Server websites
Discord bots

Data Analysis

Analyze Rust items for balance, pricing, and gameplay insights

Market analysis
Balance studies
Item statistics
Research tools

Game Mods & Tools

Build custom tools and modifications using real Rust data

Inventory managers
Crafting calculators
Loot tables
Item filters

API Endpoints

Quick Test

Quick Start Guide

Get started with the RUST API in under 2 minutes

Base URL

https://rustapi.io/api

Authentication

✅ No API keys required - completely open access

Rate Limits

Fair usage policy - no hard limits currently enforced

Response Format

JSON format with consistent structure and pagination

Your First API Call

Try this in your browser or terminal:

https://rustapi.io/api/health
GET
/api/health

Health Check

Check API status and database connectivity

Example Request

https://rustapi.io/api/health

Example Response

{
  "status": "healthy",
  "timestamp": "2025-05-25T00:03:12.231Z",
  "database": "connected",
  "total_items": 1361
}