Core

API Index

JSON root endpoint with service metadata, links, and a quick endpoint index.

GEThttps://util.axolite.app/
FormatJSON
GroupCore
DemoAvailable

Parameters

NameLocationRequiredDescription
No parameters required.

Request examples

curl "https://util.axolite.app/"

Sample response

{
  "name": "MC Utils API",
  "version": "1.0.0",
  "docs_url": "https://utils.axolite.app/docs",
  "demo_url": "https://utils.axolite.app/demo"
}

Notes

  • Useful as a machine-readable API landing page.
  • Great for health probes and client bootstrapping.