SEA Survivors #1 | 2X Vanilla Fridays के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 106,
"fps_avg": 106,
"entities_count": 69789,
"world_seed": 882703697,
"world_size": 3500,
"steam_id": 90286552168267800,
"domain": null,
"id": 11596783,
"ip": "23.106.54.130",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Singapore",
"description": "\nWelcome to [SEA] Survivors | 2X Vanilla!\r\n\r\nFresh Full Wipe: 15.05\r\n\r\n Join Our Discord Server: https://discord.gg/72zv9zNpAc\r\n\r\n• 2X Vanilla Experience\r\n• Balanced Progression\r\n• Solo/Duo/Trio/Quad\r\n• Maximum Team Limit 4\r\n• Active Admins & Anti-Cheat\r\n• SEA Hosted Low Ping Server\r\n• Monthly Full Wipes\r\n• Pure Rust Survival\r\n\r\nFight. Raid. Survive.\r\nTrust Nobody.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780136017,
"last_online": 1780564834,
"icon": null,
"name": "SEA Survivors #1 | 2X Vanilla Fridays",
"connect": "23.106.54.130:28015",
"request": "23.106.54.130:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 70,
"bots": 0,
"secured": true,
"private": false,
"country": "SG",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779358598,
"last_update": 1780564834,
"banned": false,
"wipe": 1779469547,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5305,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11596783");
$data = json_decode($json, true);
var_dump($data);