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/items/{def_index}/{paint_index}— the item and a menu of every guide covering it: each system’s id, label, kind, level count and seed count, no seeds.?topic=narrows the menu./v1/resolve— every(def_index, paint_index)aslugormarket_hash_namecovers. See Addressing items.
Guides
Section titled “Guides”/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.
Seeds & patterns
Section titled “Seeds & patterns”/v1/items/{def_index}/{paint_index}/seeds/{seed}— every guide’s verdict on one seed, side by side, plus the covering systems that don’t list it./v1/items/{def_index}/{paint_index}/patterns— every graded seed of one item in one response, guides and systems given once: one call per item on a listings page.
/v1/dump— every item and every guide in one gzip response, for a local copy. See Download everything.
Utilities
Section titled “Utilities”/v1/meta— the currentdataset_version, when it was loaded, and counts of items, guides, systems and gradings./health—200when the API is up with its data loaded,503otherwise. Not rate limited.
The machine-readable description of all eight is the OpenAPI document (OpenAPI 3.1).