Koperkowo.pl के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 60,
"fps_avg": 60,
"entities_count": 36133,
"world_seed": 1337,
"world_size": 2500,
"steam_id": "90286464940403727",
"domain": null,
"id": 11501155,
"ip": "51.83.172.143",
"port": 29016,
"query": 29018,
"color": 0,
"city": "Warsaw",
"description": "\n--- [ PL/EU ] Koperkowo.pl --- \r\n\r\n NEXT WIPE: 17/04/2026 15:00 (Full Wipe)\r\n CYCLE: Every 2 Weeks\r\n GROUP LIMIT: nolimit \r\n MAP SIZE: 2000\r\n\r\n--- SETTINGS ---\r\n Rates: 1x (Vanilla)\r\n Upkeep: 100%\r\n Blueprints: Enabled\r\n Kits: None (Pure Survival)\r\n\r\n--- RULES ---\r\n1. nolimit players in team/base.\r\n2. No cheating or scripting.\r\n3. Be respectful in chat.\r\n\r\nEnjoy your stay and good luck!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780606410,
"last_online": 1780318831,
"icon": null,
"name": "Koperkowo.pl",
"connect": "51.83.172.143:29016",
"request": "51.83.172.143:29018",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 30,
"bots": 0,
"secured": true,
"private": false,
"country": "PL",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779207168,
"last_update": 1780606410,
"banned": false,
"wipe": 1777119285,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 10748,
"language": "pl",
"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/11501155");
$data = json_decode($json, true);
var_dump($data);