Skip to main content

A MCServer API Wrapper.

Project description

MineAPI

MineAPI is Minecraft Servers API Wrapper.

reference

The Hive API

from bedrock.hive import main
import asyncio

print(asyncio.run(main.status_get(player="sonya4327", game="sky", get="kills")))
# API Reference is https://api.playhive.com/api/documentation.

MCSTATUS API

Bedrock

from bedrock.MCStatus import main
import asyncio

print(asyncio.run(main.get_status(ip="pe.mineplex.com", stat="port")))
# API Reference is https://mcstatus.io/docs.

Java

from java.MCStatus import main
import asyncio

print(asyncio.run(main.get_status(ip="mc.hypixel.net", stat="port")))
# API Reference is https://mcstatus.io/docs.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

MineAPI-0.0.1.tar.gz (2.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page