API pentru Silent Peak | EU Solo Premium | Vanilla
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"fps": 60,
"fps_avg": 60,
"entities_count": 67429,
"world_seed": 1828843796,
"world_size": 3500,
"steam_id": "90286349379908627",
"domain": null,
"id": 11260627,
"ip": "66.51.97.60",
"port": 28005,
"query": 28006,
"color": 0,
"city": "City of London",
"description": "\nPremium only – better players, fewer cheaters\r\n\r\n- True 1x vanilla gather rates & full upkeep\r\n- Strict Solo Only (max 1 on TC – no teaming, no alts, actively enforced)\r\n- Drone Marketplace at all Fishing Villages (easy trading without running across the map)\r\n- Offline Raid Protection ( 50% reduced damage when offline - protect your progress while you sleep or work)\r\n- Monthly force-wipe\r\n\r\nChill & low-toxicity solo environment – take it easy and enjoy the grind\r\n\r\nWe follow the spirit of true solo play: Any coordination that gives a clear advantage over other solos (repeated grouping, shared bases, callouts for raids, etc.) will be monitored and actioned. Report issues via Discord tickets – we handle it quietly so the server stays relaxed.\r\n\r\nDiscord: https://discord.gg/8S2v76y7Mg",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780590215,
"last_online": 1780099824,
"icon": null,
"name": "Silent Peak | EU Solo Premium | Vanilla",
"connect": "66.51.97.60:28005",
"request": "66.51.97.60:28006",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1774555199,
"last_update": 1780590215,
"banned": false,
"wipe": 1779528815,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 10844,
"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/11260627");
$data = json_decode($json, true);
var_dump($data);