{"id":19421928,"url":"https://github.com/awesome-tofu/codex-api","last_synced_at":"2026-05-13T08:34:35.397Z","repository":{"id":107737389,"uuid":"602214921","full_name":"Awesome-Tofu/codex-api","owner":"Awesome-Tofu","description":"Codex rest API which gives output to input language","archived":false,"fork":false,"pushed_at":"2023-05-01T07:00:54.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-12T05:02:57.669Z","etag":null,"topics":["api","nodejs","rest","rest-api","restful-api"],"latest_commit_sha":null,"homepage":"https://codex-rest.onrender.com/?language={language}\u0026code={code}","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Awesome-Tofu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-02-15T18:31:55.000Z","updated_at":"2023-05-01T06:55:25.000Z","dependencies_parsed_at":"2023-05-05T07:47:25.406Z","dependency_job_id":null,"html_url":"https://github.com/Awesome-Tofu/codex-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Awesome-Tofu/codex-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Awesome-Tofu%2Fcodex-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Awesome-Tofu%2Fcodex-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Awesome-Tofu%2Fcodex-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Awesome-Tofu%2Fcodex-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Awesome-Tofu","download_url":"https://codeload.github.com/Awesome-Tofu/codex-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Awesome-Tofu%2Fcodex-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32974862,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T06:31:55.726Z","status":"ssl_error","status_checked_at":"2026-05-13T06:31:51.336Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","nodejs","rest","rest-api","restful-api"],"created_at":"2024-11-10T13:30:56.587Z","updated_at":"2026-05-13T08:34:35.378Z","avatar_url":"https://github.com/Awesome-Tofu.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Codex Rest API\nThis API is in the form of Rest API. Original API is [here](https://github.com/Jaagrav/CodeX)\n\n\n## API Reference\n\n#### Get output\n\n```https\n  GET {your host url}/?language={language}\u0026code={code}\n```\n\n| Parameter | Type     | Description                |Example|\n| :-------- | :------- | :------------------------- |:------------------------- |\n| `language` | `string` | **Required**. |`js`|\n| `code` | `string` | **Required**. |`console.log(\"Hello World\")`|\n\n ##Example Output\n ```http\n {\n\"output\": \"\\nHello World\\n\",\n\"language\": \"js\",\n\"status\": 200\n}\n ```\n\n## Supported Languages \n\n\n\n```json\n\n{\n\n  \"timeStamp\": 1672440064864,\n\n  \"status\": 200,\n\n  \"supportedLanguages\": [\n\n    {\n\n      \"language\": \"java\",\n\n      \"info\": \"openjdk 11.0.17 2022-10-18\\nOpenJDK Runtime Environment (build 11.0.17+8-post-Ubuntu-1ubuntu218.04)\\nOpenJDK 64-Bit Server VM (build 11.0.17+8-post-Ubuntu-1ubuntu218.04, mixed mode, sharing)\\n\"\n\n    },\n\n    {\n\n      \"language\": \"cpp\",\n\n      \"info\": \"g++ (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0\\nCopyright (C) 2017 Free Software Foundation, Inc.\\nThis is free software; see the source for copying conditions.  There is NO\\nwarranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\\n\\n\"\n\n    },\n\n    {\n\n      \"language\": \"py\",\n\n      \"info\": \"Python 3.6.9\\n\"\n\n    },\n\n    {\n\n      \"language\": \"c\",\n\n      \"info\": \"gcc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0\\nCopyright (C) 2017 Free Software Foundation, Inc.\\nThis is free software; see the source for copying conditions.  There is NO\\nwarranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\\n\\n\"\n\n    },\n\n    {\n\n      \"language\": \"js\",\n\n      \"info\": \"v16.13.2\\n\"\n\n    },\n\n    {\n\n      \"language\": \"go\",\n\n      \"info\": \"go version go1.10.4 linux/amd64\\n\"\n\n    },\n\n    {\n\n      \"language\": \"cs\",\n\n      \"info\": \"Mono C# compiler version 4.6.2.0\\n\"\n\n    }\n\n  ]\n\n}\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fawesome-tofu%2Fcodex-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fawesome-tofu%2Fcodex-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fawesome-tofu%2Fcodex-api/lists"}