← Back to catalog
code.languages
mock data$0.001 / callList Programming Languages
List all 71 available programming languages and their IDs for code execution. Common IDs: 71=Python 3.8, 63=JavaScript (Node.js), 62=Java, 54=C++ (GCC), 60=Go, 73=Rust, 51=C#, 46=Bash. Returns full list with compiler/interpreter versions (Judge0 CE)
Input schema
filter
stringOptional filter — substring match on language name (e.g. "python", "java", "rust"). Returns all 71 languages if omitted
Call via REST
curl -X POST https://unifyapi.pro/api/call/code.languages \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"filter":"<filter>"}'