We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39ccbd2 commit 11fc458Copy full SHA for 11fc458
hypixel-api-core/src/main/java/net/hypixel/api/HypixelAPI.java
@@ -21,7 +21,7 @@
21
import java.util.concurrent.CompletableFuture;
22
23
public class HypixelAPI {
24
- static final String BASE_URL = "https://api.hypixel.net/";
+ static final String BASE_URL = "https://api.hypixel.net/v2/";
25
26
private final HypixelHttpClient httpClient;
27
0 commit comments