The Solo Life के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 68,
"fps_avg": 79,
"entities_count": 119231,
"world_seed": 21275,
"world_size": 3500,
"steam_id": "90286474215002115",
"domain": null,
"id": 3578313,
"ip": "219.88.232.129",
"port": 49015,
"query": 49019,
"color": 0,
"city": "Auckland",
"description": "SOLO ONLY SERVER! \r\nVanilla Settings except upkeep is set to 75 percent. and recyclers at fishing village\r\n Blueprints will wipe every 3 months.\r\nUse Key Locks NOT Code Locks!\r\n\r\nFRIDAY 6PM NZ IS MAP WIPE. \r\n\r\nNo Teaming. No Cheating \r\n\r\n BP wiped 05/12/2025 \r\n\r\n Server Discord https://discord.gg/BuhaHUYDKY",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780035821,
"last_online": 1780545626,
"icon": null,
"name": "The Solo Life",
"connect": "219.88.232.129:49015",
"request": "219.88.232.129:49019",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 4,
"maxplayers": 60,
"bots": 0,
"secured": true,
"private": false,
"country": "NZ",
"status": true,
"votes": 0,
"points": 63,
"add_date": 1711101593,
"last_update": 1780545626,
"banned": false,
"wipe": 1780035863,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 835,
"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/3578313");
$data = json_decode($json, true);
var_dump($data);