Rust
API pentru WARBANDITS.GG |Solo/Duo/Trio/Quad|Weekly| JUST WIPED
JSON pentru programe, site-uri și altele
text
https://api.gamemonitoring.ro/servers/10741255json
{
"response": {
"fps": 60,
"fps_avg": 60,
"entities_count": 167549,
"world_seed": 2139280508,
"world_size": 3700,
"steam_id": "90284662997639190",
"domain": null,
"id": 10741255,
"ip": "162.222.16.242",
"port": 28010,
"query": 28015,
"color": 0,
"city": "Paris",
"description": "\nWelcome to WarBandits.gg Solo/Duo/Trio/Quad - Weekly! \r\nOn our servers we provide the best Rust gameplay. Our servers also run on the best Network & Hardware possible to improve your ingame experience on our servers! \r\n- Group Limit: 4 \r\n- Active Admins\r\n- Custom High Performance maps\r\n- Top Tier Network & Hardware\r\n- Custom Anti-cheat\r\n\r\nDiscord Link: discord.gg/warbandits",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775819524,
"score": 0,
"last_online": 1776811216,
"icon": null,
"name": "WARBANDITS.GG |Solo/Duo/Trio/Quad|Weekly| JUST WIPED",
"connect": "162.222.16.242:28010",
"request": "162.222.16.242:28015",
"map": "Wiped 2 Days ago",
"gamemode": "Survival",
"version": "2623",
"numplayers": 84,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 83,
"add_date": 1766250823,
"last_update": 1776811216,
"banned": false,
"wipe": 1776617849,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 397,
"language": "fr",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/10741255");
$data = json_decode($json, true);
var_dump($data);