API pentru [US] Vanilla+ 2x | Monthly | No BP Wipe | SyndicateNetwork.gg
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"fps": 30,
"fps_avg": 29,
"entities_count": 95360,
"world_seed": 3141592,
"world_size": 4000,
"steam_id": "90286551570740248",
"domain": null,
"id": 11502419,
"ip": "51.81.48.169",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Reston",
"description": "SyndicateNetwork.gg \r\n \r\n Server Wipe: Every Month, 15th 1PM EST \r\n Blueprint Wipes: Never \r\n \r\n 2x Gather \r\n 2x Scrap \r\n 3x Resource Stacks \r\n RemoverTool & More! \r\n \r\n Join us on Discord! discord.syndicatenetwork.gg",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779949374,
"last_online": 1780555832,
"icon": null,
"name": "[US] Vanilla+ 2x | Monthly | No BP Wipe | SyndicateNetwork.gg",
"connect": "51.81.48.169:28015",
"request": "51.81.48.169:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 250,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779207200,
"last_update": 1780555832,
"banned": false,
"wipe": 1778839907,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4863,
"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/11502419");
$data = json_decode($json, true);
var_dump($data);