# Flux node count Returns a count of FluxNodes and enabled FluxNodes categorized by tiers. Endpoint: GET /daemon/getfluxnodecount Version: 6.6.1 ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (object) - `data.total` (number) Total number of Flux nodes - `data.stable` (number) Number of stable Flux nodes - `data.basic-enabled` (number) Basic Flux node count - `data.super-enabled` (number) Super Flux node count - `data.bamf-enabled` (number) Bamf Flux node count - `data.ipv4` (number) Flux nodes on ipv4 - `data.ipv6` (number) Flux nodes on ipv6 - `data.onion` (string) Flux nodes on tor