Name is not set on server के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 7907577,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": "[{\"id\":\"72zVC6mYDX\",\"type\":\"paragraph\",\"data\":{\"text\":\"👉 Группа VK: https://clck.ru/3GCjCU\"}},{\"id\":\"NXQ9mRkv5q\",\"type\":\"paragraph\",\"data\":{\"text\":\"👉 CSS Контент: https://clck.ru/367WHE\"}},{\"id\":\"LT__fSLe6K\",\"type\":\"paragraph\",\"data\":{\"text\":\"👉 Ссылка для приглашения в наш Discord сервер: https://discord.gg/fPU5WFgFkv\"}},{\"id\":\"5Lu8O6aU-s\",\"type\":\"paragraph\",\"data\":{\"text\":\"👉 Канал Telegram: https://clck.ru/3GCjDa\"}}]",
"game": 4000,
"owner": 108106,
"boosts": 1,
"last_offline": 1753435597,
"last_online": 1750787425,
"icon": null,
"name": "Name is not set on server",
"connect": null,
"request": null,
"map": "rp_downtown_tits_v2",
"gamemode": "DarkRP",
"version": null,
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1740651733,
"last_update": 1753435597,
"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": 5941,
"language": "ru",
"parked": true,
"app": {
"id": 30,
"steam_id": 4000,
"name": "Garry's Mod",
"url": "garrys-mod"
},
"server_owner": {
"username": "apple_a",
"avatar": "ff0c6c8f-a35f-4004-a716-2c05a81ecfa3.jpg"
},
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/7907577");
$data = json_decode($json, true);
var_dump($data);