Rust
API pentru US Hapis Island 2025 | Dallas Rust | Biweekly | No BP wipe | 50
JSON pentru programe, site-uri și altele
text
https://api.gamemonitoring.ro/servers/4402472json
{
"response": {
"fps": 50,
"fps_avg": 50,
"entities_count": 57758,
"world_seed": 1337,
"world_size": 4096,
"steam_id": "90285214588892162",
"domain": null,
"id": 4402472,
"ip": "156.236.84.45",
"port": 28005,
"query": 28006,
"color": 0,
"city": "Dallas",
"description": "\nBiweekly wipes every other Thursday at 4PM CDT, except force wipe at 1PM CDT on first Thursdays. \r\n 50% Upkeep \r\n No BP wipes unless Facepunch requires it \r\n Join us on discord: https://discord.gg/4Hp3e9Hk7v",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1777645392,
"score": 0,
"last_online": 1777656625,
"icon": null,
"name": "US Hapis Island 2025 | Dallas Rust | Biweekly | No BP wipe | 50",
"connect": "156.236.84.45:28005",
"request": "156.236.84.45:28006",
"map": "hapisisland",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1716319170,
"last_update": 1777656625,
"banned": false,
"wipe": 1777582862,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3108,
"language": "en",
"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/4402472");
$data = json_decode($json, true);
var_dump($data);