Unrated EU1 | Cherno | Solo/Duo/Trio | unrated.gg के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"steam_id": 90286924506329090,
"domain": null,
"id": 11109757,
"ip": "64.40.9.134",
"port": 2302,
"query": 27016,
"project_id": null,
"color": 0,
"city": "London",
"description": null,
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1780016621,
"last_online": 1781286036,
"icon": null,
"name": "Unrated EU1 | Cherno | Solo/Duo/Trio | unrated.gg",
"connect": "64.40.9.134:2302",
"request": "64.40.9.134:27016",
"map": "ChernarusPlus",
"gamemode": null,
"version": "1.29.163047",
"numplayers": 47,
"maxplayers": 120,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 55,
"add_date": 1770050667,
"last_update": 1781286036,
"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": 4422,
"language": "en",
"parked": false,
"app": {
"id": 63,
"steam_id": 221100,
"name": "DayZ",
"url": "dayz"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11109757");
$data = json_decode($json, true);
var_dump($data);