API for [EU] Rust-France - SOLO ONLY | FULLWIPED 06/04 06.04

We offer a wide range of integration methods. You can use any of them or create your own using the JSON API. If you have a suggestion to add a new integration method, please contact us. Connect with us

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/759701
json
{
  "response": {
    "fps": 30,
    "fps_avg": 29,
    "world_seed": 1035405339,
    "world_size": 3500,
    "entities_count": 68499,
    "id": 759701,
    "ip": "54.37.46.40",
    "port": 28041,
    "query": 28015,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "✔️FULLWIPE: Sunday: 5pm\r\n✔️This server clears every week on Sunday. If the server is low on Wednesday 5pm / 17h pop, it will also clear FULLWIPED !\r\n\r\n--- English ---\r\n\r\nRust-France - SOLO ONLY\r\n\r\n✔️Team MAX: 1\r\n✔️No Alliance\r\n✔️Any cheats / Bugs are prohibited\r\n✔️VPN/Proxy is not allowed\r\n✔️Autokick for : VAC ban within 3 months , 1 VAC bans.\r\n✔️Level 0 accounts are not accepted.\r\n\r\n- Respect for other players is fundamental.\r\n\r\nHave a good game on our server and have fun!\r\n\r\n✔️FULLWIPE: Dimanche: 17H\r\n\r\n--- Français ---\r\n\r\n✔️Team MAX : 1\r\n✔️Alliance interdit.\r\n️✔️Autokick pour: interdiction VAC dans les 3 mois, 1 interdictions VAC Ban\r\n✔️Les comptes level 0 ne sont pas accepté.\r\n\r\nToute personne jouant sur le serveur se doit de connaître les règles sous peine de sanction.\r\n\r\n➫Website: rust-france.net\r\n➫Discord: discord.gg/rust-france\r\n➫link: link.rust-france.net\r\n➫steam: https://steamcommunity.com/groups/rustfrancecommunity",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1743951552,
    "score": null,
    "last_online": 1744118455,
    "icon": null,
    "name": "[EU] Rust-France - SOLO ONLY | FULLWIPED 06/04 06.04",
    "connect": "54.37.46.40:28041",
    "request": "54.37.46.40:28015",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2585",
    "numplayers": 8,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FR",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1680784677,
    "last_update": 1744118455,
    "banned": false,
    "wipe": 1743951523,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "list_hidden": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust",
      "popular_maps_available": false
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/759701");
$data = json_decode($json, true);
var_dump($data);