· 4 years ago · Aug 24, 2021, 04:12 PM
1Welcome to **Cloud-DB API**!
2
3This is a Free Cloud Database API with Unlimited Storage & Unlimited API Calls!
4A Short Cooldown for 1 Request/Sec per API Key for each Endpoint.
5
6Owner: <@739679013773246486>
7
8API:
9<https://cloud-db.ml>
10
11API Wrapper:
12https://www.npmjs.com/package/cloud-db.js
13
14API Endpoints:
15
16```te
17GET /get?name=name```
18
19```te
20GET /all```
21
22```te
23POST /set?name=name```
24
25```te
26PATCH /add?name=name```
27
28
29```te
30PATCH /subtract?name=name```
31
32```te
33DELETE /delete?name=name```
34
35
36Notes:
37
381. The `/set`, `/add` and `/subtract` Endpoints needs "value" as a json in body.
39
402. All Endpoints need an Authorization Header with your API Key. Join our Server to request for an API Key!
41
423. API Response is always in JSON.
43
444. Use our Official API Wrapper for Easy API Use!
45https://www.npmjs.com/package/cloud-db.js