API pentru VELTOR EU | Vanilla | Quad | Just Wiped!
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"fps": 133,
"fps_avg": 133,
"entities_count": 95100,
"world_seed": 38382817,
"world_size": 4096,
"steam_id": "90286408945166338",
"domain": null,
"id": 11501110,
"ip": "168.119.79.178",
"port": 28080,
"query": 28015,
"color": 0,
"city": "Falkenstein",
"description": "\nVELTOR EU - Vanilla Rust Server\r\n\r\n• Pure Vanilla (no mods, no pay-to-win)\r\n\r\n• Max group size: 4 (Quad)\r\n\r\n• Weekly wipes (Thursday)\r\n\r\n• Optimized performance\r\n\r\n• Active and competitive community\r\n\r\nStart fresh. Play fair. Build your legacy.\r\n\r\n\r\nBasic Rules\r\n\r\nRespect - No Toxicity in Chat | No Cheats or Xploits | No Spam\r\n\r\n\r\nES Comunidad española bienvenida",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780594413,
"last_online": 1780158629,
"icon": null,
"name": "VELTOR EU | Vanilla | Quad | Just Wiped!",
"connect": "168.119.79.178:28080",
"request": "168.119.79.178:28015",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779207167,
"last_update": 1780594413,
"banned": false,
"wipe": 1780156272,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 11002,
"language": "de",
"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/11501110");
$data = json_decode($json, true);
var_dump($data);