Skip to content

Endpoints

Every endpoint is a GET under https://truefloat.app/api. Each link opens its entry in the interactive reference, with every parameter, response and a try-it panel.

  • /v1/guides/{steam_id} — one whole guide as transcribed: systems, levels, every graded seed with its verbatim quote, and the guide’s recorded contradictions. ?system= narrows it to one system. See Reading a guide response.
  • /v1/meta — the current dataset_version, when it was loaded, and counts of items, guides, systems and gradings.
  • /health — 200 when the API is up with its data loaded, 503 otherwise. Not rate limited.

The machine-readable description of all eight is the OpenAPI document (OpenAPI 3.1).