For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get Available Energy

Get available energy

get
Responses
200

OK

*/*
codeinteger · int32Optional

0 indicates success; non-zero values indicate errors.

msgstringOptional

error message

sub_codestringOptional
sub_msgstringOptional
datastringOptional
get/api/available
GET /api/available HTTP/1.1
Host: api.mefree.net
Accept: */*
200

OK

{
  "code": 1,
  "msg": "text",
  "sub_code": "text",
  "sub_msg": "text",
  "data": "text"
}