CodeShare
CodeShare is the best tool for storing and sharing codes and text, aka paste tool.
Under the MIT License - © 2025 JustStudio.
NOTE
CodeShare (only this repository, not API)
is made based on "Pastebon" by Hexaa - https://pastebon.hexaa.lol/ | GitHub repository.

Using
Next.js; Vercel;
404.html
by JustDeveloper;
api.juststudio.is-a.dev
by JustStudio..
Special thanks to
JS.ORG for "codeshare.js.org
" subdomain.
API docs
BASE URL: api.juststudio.is-a.dev
Full version here.
WARNING
Please do not use this API outside CodeShare, thank you.
View code
GET
https://api.juststudio.is-a.dev/cs/{Id}
Required: Code ID ({Id}
), in path.
Example response, code 200
:
Example response, code 404
:
NOTE
"code"
in responce is not a raw file, it is encoded string for HTML.
NOTE
"status": 0
= OK
"status": 1
= DELETED
"status": 2
= BANNED
Get user
GET
https://api.juststudio.is-a.dev/user/{Id}
Required: User ID ({Id}
) (the "authorId
" from "View code" responce), in path.
Example response, code 200
:
Example response, code 404
: