Urban Terror
Go:Ro Jump Server के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/11490010json
{
"response": {
"steam_id": null,
"domain": "mohicanways.go.ro",
"id": 11490010,
"ip": "86.126.118.7",
"port": 27961,
"query": 27961,
"color": 0,
"city": "Râmnicu Vâlcea",
"description": null,
"game": 9000055,
"owner": null,
"boosts": 1,
"last_offline": 1777552949,
"score": 0,
"last_online": 1777136442,
"icon": null,
"name": "Go:Ro Jump Server",
"connect": "mohicanways.go.ro:27961",
"request": "86.126.118.7:27961",
"map": "ut43_gravity",
"gamemode": null,
"version": "4.3.4",
"numplayers": 0,
"maxplayers": 12,
"bots": 0,
"secured": null,
"private": false,
"country": "RO",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1777127298,
"last_update": 1777552949,
"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": 135,
"language": "ro",
"parked": false,
"app": {
"id": 1665408,
"steam_id": 9000055,
"name": "Urban Terror",
"url": "urban-terror"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11490010");
$data = json_decode($json, true);
var_dump($data);