Skip to content
Project Chimera Logo Project Chimera Logo

Chimera

The Only Mock API you will ever need
Terminal window
# Install with Cargo
cargo install chimera-cli
# Start server with your data
chimera-cli --path data.json http

Full CRUD Support

GET, POST, DELETE, PATCH, PUT supported on all routes with nested path support.

Auto Data Generation

Generate mock data automatically from schema-based definitions with null value simulation.

Realistic API Simulation

Simulate latency, sorting, pagination, and CORS control for production-like testing.

Blazing Fast

Built with Rust and Axum for exceptional performance and efficiency.

Easy Configuration

Simple CLI setup with support for ports, file paths, latency, and more.

Form Submission

Handle form submissions at /submit-form endpoint.