Rust
API for LegacyNetwork PVE:PVP(5x) solo/Duo/Quads
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. Contact us
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10870484json
{
"response": {
"fps": 194,
"fps_avg": 191,
"entities_count": 70630,
"world_seed": 581050,
"world_size": 3500,
"steam_id": "90284212151437336",
"domain": null,
"id": 10870484,
"ip": "152.228.198.200",
"port": 25923,
"query": 25924,
"color": 0,
"city": "Roubaix",
"description": null,
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775887320,
"score": 0,
"last_online": 1775893868,
"icon": null,
"name": "LegacyNetwork PVE:PVP(5x) solo/Duo/Quads",
"connect": "152.228.198.200:25923",
"request": "152.228.198.200:25924",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 75,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1768318421,
"last_update": 1775893868,
"banned": false,
"wipe": 1775168421,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 7006,
"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/10870484");
$data = json_decode($json, true);
var_dump($data);