The fluXis API has two layers, a HTTP/REST API and a WebSocket based connectionarrow-up-right for events and real-time data.
https://api.fluxis.flux.moe/.
https://api.fluxis.flux.moe/
All responses are in JSON format.
status
int
The HTTP status codearrow-up-right of the response.
message
string
The message of the response. Contains the error message when the request was not successful.
data
any
The data of the response. The data type depends on the request.
When a field is not set, the default value is used.
int, long, double, float
0
null
bool
false
array
[]
Last updated 1 year ago