Judge0 Extra CE
This is the extra flavor of Judge0 Community Edition. Judge0 is a robust, scalable, and open-source online code execution system that can be used to build a wide range of applications that need online code execution features. Some examples include competitive programming platforms, e-learning platforms, candidate assessment and recruitment platforms, online code editors, online IDEs, and many…
Judge0 Extra CE endpoints
| Method | Endpoint | Description |
|---|---|---|
| Submissions | ||
| GET |
Get a Submission /submissions/{token} |
Get submission |
| POST |
Create a Submission /submissions |
Creates new submission. Created submission waits in queue to be processed. On successful creation, you are returned a submission token which can be used to check submission status. |
| Batched Submissions | ||
| POST |
Create a Batched Submission /submissions/batch |
Create multiple submissions at once. |
| GET |
Get a Batched Submission /submissions/batch |
Get multiple submissions at once. |
| Languages | ||
| GET |
Get a Language /languages/{id} |
Get a language. |
| GET |
Get Languages /languages |
Get active languages. |
| Configuration | ||
| GET |
Get Configuration /config_info |
Configuration information gives you detailed information about the configuration of Judge0. |
| Statuses | ||
| GET |
Get Statuses /statuses |
Get statuses. |
| Other endpoints | ||
| GET |
About /about |
Get general information. |
Judge0 Extra CE pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $44.99 / month | — |
|
| ULTRA | $89.99 / month | — |
|
| MEGA | $169.99 / month | — |
|