Rust
API for [EU] Rust-France - SOLO ONLY | FULLWIPED 22/04 22.04
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/759701json
{
"response": {
"fps": 30,
"fps_avg": 29,
"entities_count": 79361,
"world_seed": 610607521,
"world_size": 3500,
"steam_id": "90284817234021401",
"domain": null,
"id": 759701,
"ip": "54.37.46.40",
"port": 28041,
"query": 28015,
"color": 0,
"city": "Roubaix",
"description": "![[EU] Rust-France - SOLO ONLY | FULLWIPED 22/04 22.04](https://rust-france.net/img/Solo.jpg)\nFULLWIPE: Sunday 5PM (CET/CEST)\r\nFULLWIPE: Dimanche 17H (CET/CEST)\r\n\r\n--- Français ---\r\nRust-France – SOLO ONLY\r\nCe serveur wipe chaque dimanche. Si la pop du serveur est faible le mercredi à 17h, il sera également wipe.\r\n\r\n- Team max : 1\r\n- Alliances interdites\r\n- Triche / bugs interdits\r\n- VPN / Proxy interdits\r\n- Autokick : VAC < 3 mois ou ≥ 1 VAC ban\r\n- Comptes Steam niveau 0 refusés\r\n\r\nLe respect entre les joueurs est fondamental.\r\nToute personne jouant sur le serveur doit connaître et respecter les règles sous peine de sanction.\r\n\r\n--- English ---\r\nRust-France – SOLO ONLY\r\nThis server is wiped every Sunday. If the server's pop is low on Wednesday at 5 PM, it will also be wiped.\r\n\r\n- Max team: 1\r\n- No alliances\r\n- Any cheats or bug abuse is prohibited\r\n- VPN / Proxy not allowed\r\n- Autokick: VAC ban within 3 months or 1+ VAC bans\r\n- Level 0 Steam accounts are not accepted\r\n\r\nRespect for other players is fundamental.\r\nAnyone playing on the server must know and follow the rules under penalty of sanction.\r\n\r\n--- Liens / Links ---\r\nWebsite: https://rust-france.net\r\nDiscord: https://discord.gg/rust-france\r\nSteam: https://steamcommunity.com/groups/rustfrancecommunity",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776869602,
"score": null,
"last_online": 1776950417,
"icon": null,
"name": "[EU] Rust-France - SOLO ONLY | FULLWIPED 22/04 22.04",
"connect": "54.37.46.40:28041",
"request": "54.37.46.40:28015",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 13,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 66,
"add_date": 1680784677,
"last_update": 1776950417,
"banned": false,
"wipe": 1776869515,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 825,
"language": "fr",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"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);