Skip to content

Commit a49ff52

Browse files
committed
demo api endpoints
1 parent d6b96af commit a49ff52

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ dependencies {
1818

1919
### Server Status
2020

21+
#### [Demo API Endpoint](https://api.aliorpse.tech/minecraft/server/status/java/hypixel.net)
22+
2123
```kotlin
2224
runBlocking {
2325
var status
@@ -39,6 +41,8 @@ runBlocking {
3941

4042
### Player Profile (Java Edition Only)
4143

44+
#### [Demo API Endpoint](https://api.aliorpse.tech/minecraft/player/profile/name/Aliorpse)
45+
4246
```kotlin
4347
runBlocking {
4448
var pl

0 commit comments

Comments
 (0)