Back to catalog
⌨️

Judge0 CE

API Key

Online code execution system

⌨️ProgrammingHTTPS

Judge0 CE

Code execution result

LanguagePython 3
Source CodePrint(sum(range(100)))
Stdout4950
Time Sec0.012
Memory Kb9,420
StatusAccepted

Sample Response

response.json
1{
2 "language": "Python 3",
3 "source_code": "print(sum(range(100)))",
4 "stdout": "4950",
5 "time_sec": 0.012,
6 "memory_kb": 9420,
7 "status": "Accepted"
8}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://ce.judge0.com/" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_API_KEY"
View Documentation

Similar APIs