Websocket
API methods at /wss route
Last updated
API methods at /wss route
Last updated
This method can track submission judging almost in real-time.
id
ID of submission you want to listen for.
token
Your access token. Required here because WSS connections can't use headers.
language
Language required to get text verdict representation. Required here because WSS connections can't use headers.
When connection is established, you will start receiving plaintext numbers:
Thats a test number on which submission is being judged right now. You can display it as live counter, just as in sort-me.org after submission.
When judging is done, you receive a JSON with results in the same connection: