About Judge0 via Locus MPP
Review the Service identity, supported languages, protocol versions, and source metadata discovered by the directory.Service details
Service Id
cdb55950-e6a9-4ada-9ac8-ac83760b90db
Service origin
https://judge0.mpp.paywithlocus.com
ListedSeptember 24, 2026, 11:43 PM
Last checkedSeptember 24, 2026, 11:43 PM
Protocol details
SourceOpenAPI
Endpoints
Endpoint details are saved from the OpenAPI document. Authentication requirements and prices are advertised information, not a verified payment or access guarantee. The document may contain additional endpoints.POST/judge0/execute-code
Execute Code
Submit source code for synchronous execution. Returns stdout, stderr, compile output, execution time, and memory usage.Price unavailablePOST/judge0/get-submission
Get Submission
Retrieve the result of an async submission by token. Poll this after submit-code until status.id >= 3 (no longer queued/processing).Price unavailablePOST/judge0/list-languages
List Languages
List all active programming languages with their IDs. Use language IDs for the execute-code endpoint.Price unavailablePOST/judge0/list-statuses
List Statuses
List all possible submission status codes (e.g., Accepted, Wrong Answer, Time Limit Exceeded).Price unavailablePOST/judge0/submit-code