Ψ UkraineRP OLD | bangclaw | M9K | FastDL | PROMO के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"steam_id": "85568392934921133",
"domain": null,
"id": 11541820,
"ip": "217.182.203.116",
"port": 27016,
"query": 27016,
"color": 0,
"city": "Wroclaw",
"description": null,
"game": 4000,
"owner": null,
"boosts": 1,
"last_offline": 1780232650,
"last_online": 1780650038,
"icon": null,
"name": "Ψ UkraineRP OLD | bangclaw | M9K | FastDL | PROMO",
"connect": "217.182.203.116:27016",
"request": "217.182.203.116:27016",
"map": "rp_bangclaw",
"gamemode": "DarkRP",
"version": "2026.04.29",
"numplayers": 19,
"maxplayers": 128,
"bots": 0,
"secured": true,
"private": false,
"country": "PL",
"status": true,
"votes": 0,
"points": 46,
"add_date": 1779355444,
"last_update": 1780650038,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 163,
"language": "pl",
"parked": false,
"app": {
"id": 30,
"steam_id": 4000,
"name": "Garry's Mod",
"url": "garrys-mod"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11541820");
$data = json_decode($json, true);
var_dump($data);