Ricardoneud.com
DocumentationHelp Center
API Reference
  • Production
  • Sandbox (Coming Soon)
DocumentationHelp Center
API Reference
  • Production
  • Sandbox (Coming Soon)
Discord Community
Github
  1. Fivem
  • Back to home
  • v3
  • Games
    • Minecraft
      • Get Minecraft Server
    • Fivem
      • Get Fivem Server
        GET
  • Reseller
    • Licenses
      • Check License
      • Generate License
      • Update License
      • Delete License
  • Tools
    • Get Subdomains
    • Mail DNS Checker
    • Get Domain Information
    • Get DNS Information
  • User Login
    POST
  1. Fivem

Get Fivem Server

Obsolete
GET
https://api.ricardoneud.com/v3/games/fivem/lookup
This documentation helps you retrieve the status of a Fivem server by providing its address and port.

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
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.ricardoneud.com/v3/games/fivem/lookup' \
--header 'X-Address;' \
--header 'X-Port;' \
--header 'Authorization: Bearer <token>'
Response Response Example
{
  "ip": "123.45.67.89",
  "port": 30120,
  "status": "online",
  "name": "My FiveM Roleplay Server",
  "map": "Los Santos",
  "gamemode": "Roleplay",
  "version": "4568",
  "players": {
    "online": 2,
    "list": [
      {
        "id": 1,
        "name": "PlayerOne",
        "ping": 45
      },
      {
        "id": 2,
        "name": "PlayerTwo",
        "ping": 50
      }
    ]
  }
}
Modified at 2025-10-23 17:49:25
Previous
Get Minecraft Server
Next
Check License
Built with