Logo
RunKit Logo

RunKit APIs

RunKit notebooks are interactive javascript playgrounds connected to a complete node environment right in your browser. Every npm module pre-installed.

Developer

RunKit APIs

Account Request URL

-

Base Endpoint

-

data

Get data from a URL

GET

/

url

data

Post data to a URL

POST

/

url, data

files

Get a file

GET

/

path

files

Put a file

PUT

/

path, data

http

Make a GET request

GET

/

url

http

Make a POST request

POST

/

url, data

http

Make a PUT request

PUT

/

url, data

http

Make a PATCH request

/

url, data

http

Make a DELETE request

DELETE

/

url

json

Get JSON data from a URL

GET

/

url

json

Post JSON data to a URL

POST

/

url, data

shell

Run a shell command

/

cmd

shell

Execute a shell script

/

script

shorthands

Get a shorthand

GET

/

name

shorthands

Create a shorthand

POST

/

name, cmd

timer

Set a timer

/

ms, fn

timer

Clear a timer

/

id

functions

Define a function

/

name, fn

functions

Call a function

/

name, args

modules

Import a module

/

name

modules

Export a module

/

name

sockets

Connect to a socket

/

host, port

sockets

Send data to a socket

/

socket, data

sockets

Listen for incoming connections

/

port, fn

sockets

Close a socket

/

socket

Details

Provider

Country HQ

US

API Type

REST

Categories

Developer Tools
Node

Alternatives

Important URLs

Last Updated on

2024-04-03

Created At

2023-12-14

Other Apps

Upskill for a better future

Want to start tracking API at scale?

Get updates about your favorite APIs and SDKs

Contact Us

We do our best to ensure that the data we release is complete, accurate, and useful. However, because we are not able to verify all the data, and because the processing required to make the data useful is complex, we cannot be held liable for omissions or inaccuracies.

ApiRefs Logo