Reference

The fluXis API has two layers, a HTTP/REST API and a WebSocket based connection for events and real-time data.

Base URL

https://api.fluxis.flux.moe/.

Response Format

All responses are in JSON format.

Field
Type
Description

status

int

The HTTP status code 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.

Default Values

When a field is not set, the default value is used.

Type
Default Value

int, long, double, float

0

string

null

bool

false

array

[]

Last updated