Skip to content
EN | DE

System state

GET
/state
curl --request GET \
--url 'https://demo.evcc.io/api/state?jq=.'

Returns the complete state of the system. This structure is used by the UI. It can be filtered by JQ to only return a subset of the data.

More information

jq
string

Filter the state with JQ

Examples

complete state

.

Success

Media type application/json
object
result

The actual state structure is not documented yet. Most values should be self-explanatory. Note: While the overall structure is quite stable, details may change between releases.

object
Example generated
{
"result": {}
}