← Return to FusionHub Homepage • Developer Documentation • OpenAPI 3.1 Spec
Last Updated: September 7, 2026 • Version: 1.0.0 • Canonical: https://minecraft.fusionhub.in/deprecation
https://minecraft.fusionhub.in/api/v1/ follow a strict stability contract. Active endpoints are guaranteed a minimum of 12 months notice prior to decommissioning, signaled via RFC 8594 Deprecation and Sunset HTTP response headers.
Public APIs use semantic path-based versioning. The current stable release prefix is /api/v1/:
/api/v1/status.json — Operational infrastructure status/api/v1/update.json — Latest launcher update and setup binaries/api/v1/servers.json — Verified multiplayer Minecraft community servers/api/v1/versions.json — Supported Minecraft versions and loader matrixWhen an API endpoint or field is scheduled for retirement, the server returns the following headers across all responses:
Deprecation: true Sunset: Wed, 31 Dec 2030 23:59:59 GMT Link: <https://minecraft.fusionhub.in/docs#deprecation>; rel="deprecation" X-API-Warn: Endpoint scheduled for retirement
Currently, all v1 endpoints are fully active and return Deprecation: false.
llms.txt.Deprecation: true and Sunset: <date> headers on every request.Agents can verify policy details programmatically in openapi.json under info.x-deprecation-policy.