TheDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/iFamishedX/HungerBridge/llms.txt
Use this file to discover all available pages before exploring further.
/v2/info endpoint exposes metadata about the running HungerBridge instance: the bridge version, the platform it is running on (fabric or paper), and the Minecraft server version string. Use this endpoint to verify compatibility between your client code and the deployed bridge before making other API calls.
Request
Method:GETPath:
/v2/info
Headers
| Header | Required | Description |
|---|---|---|
X-Auth-Key | Yes | Authentication key from config.yaml → auth.key |
Configuration
This endpoint can be disabled inconfig.yaml under v2-endpoints.info. It is enabled by default.
Response
Always
true on success.An object containing metadata about the HungerBridge instance and its host server.
Example Response
Error Responses
| Status | error field | Cause |
|---|---|---|
401 | unauthorized | Missing or incorrect X-Auth-Key header |
403 | forbidden | Endpoint disabled via v2-endpoints.info: false |
405 | method_not_allowed | Request method was not GET |
curl Example
The
platform field is a reliable way to detect which backend is in use so that your client can account for platform-specific differences in endpoints such as /v2/tps.