Customizing Request
Now that you have made your first request, let's check out some of the options that are available. for more detailed information about the options check out the endpoints section of this documentation. When just a host is provided, the following defaults are used.
{
  "host": "mc.hypixel.net",
  "port": 25565,
  "type": "java",
  "legacy": false
}
You can of course change these settings.
- typecan be- "java"or- "bedrock".
- If no portis provided, the default for the selected type is chosen. (25565 for Java or 19132 for Bedrock servers.)
- The portcan be provided seperately, or after thehost, indicated by : (For example: mc.hypixel.net:25565)
- legacycan be set to- trueof- false, a legacy server is a server that is older than version 1.7.2. (For example, Tekkit servers)
Next step
You are now ready to start working with the API. If you need detailed information on the endpoints check out the endpoints section of this documentation.
If you have any questions you can post a discussion on RapidAPI or send me a message on RapidAPI.