mirror of
https://github.com/MrUnknownDE/lavalink-list.git
synced 2026-04-18 14:23:45 +02:00
Api depricated (#85)
API is rarely updated, maybe in the future i'll make it automatically generated.
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
---
|
||||
title: API
|
||||
description: Get the list of lavalink servers.
|
||||
---
|
||||
|
||||
Lavalink list provides a simple API endpoint to get all lavalink. All you need to do is a simple **GET** request to the API endpoint. /api/servers.json
|
||||
@@ -1,102 +0,0 @@
|
||||
{
|
||||
"ssl":[
|
||||
{
|
||||
"host":"lavalink.devin-dev.xyz",
|
||||
"port":"443",
|
||||
"password":"lava123",
|
||||
"identifier":"devin-dev"
|
||||
},
|
||||
{
|
||||
"host":"lavalink.devz.cloud",
|
||||
"port":"443",
|
||||
"password":"mathiscool",
|
||||
"identifier":"devz"
|
||||
},
|
||||
{
|
||||
"host":"lavalink2.devz.cloud",
|
||||
"port":"443",
|
||||
"password":"mathiscool",
|
||||
"identifier":"devz 2"
|
||||
},
|
||||
{
|
||||
"host":"www.lavalink-priyam.ml",
|
||||
"port":"443",
|
||||
"password":"methisbigbrain",
|
||||
"identifier":"lavalink-pryam"
|
||||
},
|
||||
{
|
||||
"host":"lavalink.scpcl.site",
|
||||
"port":"443",
|
||||
"password":"lvserver",
|
||||
"identifier":"scpcl"
|
||||
},
|
||||
{
|
||||
"host":"lavalink.mariliun.ml",
|
||||
"port":"443",
|
||||
"password":"lavaliun",
|
||||
"identifier":"mariliun"
|
||||
},
|
||||
{
|
||||
"host":"lavalinkinc.ml",
|
||||
"port":"443",
|
||||
"password":"incognito",
|
||||
"identifier":"lavalinkinc"
|
||||
},
|
||||
{
|
||||
"host":"www.lavalinknodepublic.ml",
|
||||
"port":"443",
|
||||
"password":"mrextinctcodes",
|
||||
"identifier":"lavalinknodepublic"
|
||||
},
|
||||
{
|
||||
"host":"lavalink.cobaltonline.net",
|
||||
"port":"443",
|
||||
"password":"cobaltlavanode23@",
|
||||
"identifier":"cobaltonline"
|
||||
}
|
||||
],
|
||||
"nossl":[
|
||||
{
|
||||
"host":"lava.link",
|
||||
"port":"80",
|
||||
"password":"123",
|
||||
"identifier":"lava.link"
|
||||
},
|
||||
{
|
||||
"host":"losingtime.dpaste.org",
|
||||
"port":"2124",
|
||||
"password":"SleepingOnTrains",
|
||||
"identifier":"dpaste"
|
||||
},
|
||||
{
|
||||
"host":"lavalink.islantay.tk",
|
||||
"port":"8880",
|
||||
"password":"waifufufufu",
|
||||
"identifier":"islantay"
|
||||
},
|
||||
{
|
||||
"host":"kartadharta.xyz",
|
||||
"port":"3000",
|
||||
"password":"kdlavalink",
|
||||
"identifier":"kartadharta"
|
||||
},
|
||||
{
|
||||
"host":"ger.lavalink.mitask.tech",
|
||||
"port":"2333",
|
||||
"password":"lvserver",
|
||||
"identifier":"ger-mitask"
|
||||
},
|
||||
{
|
||||
"host":"usa.lavalink.mitask.tech",
|
||||
"port":"2333",
|
||||
"password":"lvserver",
|
||||
"identifier":"usa-mitask"
|
||||
},
|
||||
{
|
||||
"host":"us1.lavalink.creavite.co",
|
||||
"port":"20080",
|
||||
"password":"auto.creavite.co",
|
||||
"identifier":"creavite-us1"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -49,7 +49,6 @@ nav:
|
||||
- Lavalink with ssl: SSL/lavalink-with-ssl.md
|
||||
- Lavalink without ssl: NoSSL/lavalink-without-ssl.md
|
||||
- FAQs: FAQ/frequently-asked-questions.md
|
||||
- API: api/index.md
|
||||
extra:
|
||||
social:
|
||||
- icon: 'fontawesome/brands/twitter'
|
||||
@@ -59,4 +58,4 @@ extra:
|
||||
- icon: 'fontawesome/brands/discord'
|
||||
link: 'https://discord.darrennathanael.com'
|
||||
generator: false
|
||||
copyright: 'Copyright © 2020 - 2022 Darren Nathanael'
|
||||
copyright: 'Copyright © 2020 Darren Nathanael'
|
||||
|
||||
Reference in New Issue
Block a user