The port used for websocket is 9003.
Get the analysis of a slippi file:
{
"t": "get",
"slp_url": "https://slp-url.com"
}Everything went well (data is filled with slippi data):
{
"t": "done",
"slp_url": "https://slp-url.com",
"data": {}
}There was an error retrieving or parsing the file:
{
"t": "slp_error",
"slp_url": "https://slp-url.com",
"data": null
}There was an error parsing the json:
{
"t": "json_error",
"slp_url": null,
"data": null
}The command type is unknown:
{
"t": "unknown_command",
"slp_url": "https://slp-url.com",
"data": null
}