Name is not set on server के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 450673,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": "Рейты [Х2день][Х3ночь]\nБандитка в городе \nСтак +",
"game": 252490,
"owner": 34324,
"boosts": 1,
"last_offline": 1753434896,
"last_online": 1750021228,
"icon": null,
"name": "Name is not set on server",
"connect": null,
"request": null,
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": null,
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1630779876,
"last_update": 1753434896,
"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": 13088,
"language": "ru",
"parked": true,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": {
"username": "BERKUT25ru",
"avatar": "6194a070-e3a9-4d46-ac34-9ca7c6377b6e.jpg"
},
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/450673");
$data = json_decode($json, true);
var_dump($data);