3. API Calls
This page contains a collection of pages that have different API commands and explanations of what they do; some are used in singleplayer or PvP, and some are used in both; most important ones are /v1/botaction and /v2/entities
Default API Endpoint: http://127.0.0.1:6800/[request_name]
Use GET Requests to get something and POST to alter something.
When you compete in PvP matches, you usually connect to a remote API Endpoint. In these situations, IP and PORT are obtained from this endpoint.
https://basic.iamhacker.cc/V1/JOIN_MATCH
You can learn more about basic.iamhacker.cc endpoint in the 4.IAMHACKER.CC API Calls section.
Last updated