Ricardoneud.com
Website
Website
Discord Community
Community Forum
  1. Minecraft
  • Home
  • Frequently Asked Questions
  • Api
    • User Login
    • Changelog
      • v1
      • v2
      • v3
      • v4
    • v1
      • Clients
        • Licenses
          • Get Licenses
      • Tools
        • Get Subdomains
        • Mail DNS Checker
        • Get DNS Information
    • v2
      • Clients
        • Licenses
          • Get Licenses
      • Games
        • Minecraft
          • Get Minecraft Server
            GET
      • Reseller
        • Licenses
          • Check License
          • Generate License
          • Update License
          • Delete License
      • Tools
        • Get Subdomains
        • Mail DNS Checker
        • Get DNS Information
    • v3
      • Games
        • Minecraft
          • Get Minecraft Server
        • Fivem
          • Get Fivem Server
      • Reseller
        • Licenses
          • Check License
          • Generate License
          • Update License
          • Delete License
      • Tools
        • Get Subdomains
        • Mail DNS Checker
        • Get Domain Information
        • Get DNS Information
      • User Login
    • v4
      • Games
        • Minecraft
          • Get Minecraft Server
      • Tools
        • Get DNS Information
        • Get Domain Information
        • Mail DNS Checker
        • Validate Email Host
        • Get Subdomains
        • Geo IP
      • User Login
        • Create Secret
        • Revoke Secret
    • Oauth2
      • Access Token
        POST
      • Read Profile
        GET
  • Products
    • Next.js Docs Template
      • Installation
        • VPS Installation
        • Pterodactyl Installation
    • Game Panels
      • Pterodactyl
        • Eggs
          • Installation
            • Next.js Egg
        • Extensions
          • Installation
            • Pterodactyl Livechat
      • Pelican
        • Eggs
          • Installation
            • Next.js Egg
    • Donate Me
      • Installation
        • VPS Installation
        • Pterodactyl Installation
    • LicenseForge
      • Installation
        • VPS Installation
        • Webhost Installation
    • Billing Portals
      • Paymenter
        • Extensions
          • Discord Linked Roles
            • Installation
            • Setting Up
          • CyberPanel
            • Installation
            • Setting Up
          • NeudAuth
            • Installation
            • Setting Up
      • WHMCS
        • Extensions
          • Installation
            • Ticket Spam Checker
            • Chatwoot Livechat
  • ProbeCore
    • Introduction
    • Self Hosting
      • Installation
        • VPS Installation
        • Pterodactyl Installation
  1. Minecraft

Get Minecraft Server

Obsolete
GET
https://api.ricardoneud.com/v2/games/minecraft/lookup
Maintainer:Ricardoneud.com
This documentation helps you retrieve the status of a Minecraft server by providing its address and port.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.ricardoneud.com/v2/games/minecraft/lookup' \
--header 'X-Address;' \
--header 'X-Port;'
Response Response Example
{
    "ip": "192.168.1.1",
    "port": "25565",
    "players": {
        "online": 10,
        "max": 20
    },
    "version": {
        "name": "1.19.2",
        "protocol": 760
    },
    "ping": "50 ms",
    "srvRecord": {
        "host": "example.com",
        "port": 25565
    }
}

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Header Params

Responses

🟢200Success
application/json

Fields in the Response:

ip: The IP address of the Minecraft server.
port: The port on which the Minecraft server is running.
players: Information about the number of players online and the maximum capacity.
online: The number of players currently online.
max: The maximum number of players the server can support.
version: Information about the server's version.
name: The name of the server version.
protocol: The protocol version number.
ping: The latency of the server in milliseconds.
srvRecord: The SRV record associated with the server, if available.

Error Responses

400 Bad Request: Missing address in headers.
401 Unauthorized: Invalid or missing API key, or insufficient permissions.
500 Internal Server Error: Database error or failed to perform Minecraft server check.
Body

Modified at 2025-07-27 13:13:23
Previous
Get Licenses
Next
Check License
Built with