mirror of
https://github.com/array-in-a-matrix/public-apis.git
synced 2025-04-02 11:11:50 -04:00
Add Volca Technology API (#90)
This commit is contained in:
parent
6ab29ed825
commit
43f6147aaa
2 changed files with 11 additions and 1 deletions
|
@ -1401,6 +1401,7 @@ API | Description | Auth | HTTPS | CORS |
|
|||
| [Hackerearth](https://www.hackerearth.com/docs/wiki/developers/v4/) | For compiling and running code in several languages| `apiKey` | Yes | Unknown |
|
||||
| [Judge0 CE](https://ce.judge0.com/) | Online code execution system | `apiKey` | Yes | Unknown |
|
||||
| [KONTESTS](https://kontests.net/api)| For upcoming and ongoing competitive coding contests | No | Yes | Unknown |
|
||||
| [Volca](https://volca.io#api)| List of programming languages and technologies | No | Yes | Unknown |
|
||||
|
||||
**[⬆ Back to Index](#index)**
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"count": 1436,
|
||||
"count": 1437,
|
||||
"entries": [
|
||||
{
|
||||
"API": "AdoptAPet",
|
||||
|
@ -9532,6 +9532,15 @@
|
|||
"Link": "https://kontests.net/api",
|
||||
"Category": "Programming"
|
||||
},
|
||||
{
|
||||
"API": "Volca",
|
||||
"Description": "List of programming languages and technologies",
|
||||
"Auth": "",
|
||||
"HTTPS": true,
|
||||
"Cors": "unknown",
|
||||
"Link": "https://volca.io#api",
|
||||
"Category": "Programming"
|
||||
},
|
||||
{
|
||||
"API": "arcsecond.io",
|
||||
"Description": "Multiple astronomy data sources",
|
||||
|
|
Loading…
Add table
Reference in a new issue