treboryx / mc-pinger

Minecraft pinging API hosted on Vercel functions

Home Page:https://crafty.gg/tools/ping

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mc-pinger

Get basic information about a Minecraft Server

Example

const axios = require("axios");
/**
 * @param {string} address - IP of server
 * @param {string} version - pc or pe
 */
axios.get("https://mc-pinger.vercel.app?address=mc.hypixel.net&version=pc");

Deploy with Vercel

About

Minecraft pinging API hosted on Vercel functions

https://crafty.gg/tools/ping


Languages

Language:JavaScript 100.0%