NEW LIFE | Х1.5 | 50% upkeep | No donate के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 2317791,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": "[{\"id\":\"h0yboxdpz\",\"type\":\"image\",\"data\":{\"caption\":\"LAMPA | РУССКИЙ СЕРВЕР | новички | max 4 | \",\"withBorder\":false,\"withBackground\":false,\"stretched\":true,\"file\":{\"url\":\"https://pic.survivalhost.org/images/2025/08/17/LOGO-RAST.png\"}}},{\"id\":\"3psjer38e\",\"type\":\"paragraph\",\"data\":{\"text\":\"Ламповый сервер LAMPA, играй в свое удовольствие. \\n\\nАдекватный, отзывчивый, взрослый администратор!\\n\\nМаксимум 4 человека в пати. \\n\\nПриветствуем новичков, помощь в игре!\\n\\n\\n\\nНа сервере присутствует:\\n\\nГолосование за пропуск ночи!\\n\\nКоманда /kit - Стартовый набор предметов!\\n\\n\\n\"}}]",
"game": 252490,
"owner": 131478,
"boosts": 1,
"last_offline": 1762321947,
"last_online": 1761399156,
"icon": null,
"name": "NEW LIFE | Х1.5 | 50% upkeep | No donate",
"connect": null,
"request": null,
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": null,
"numplayers": 0,
"maxplayers": 1,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1703706167,
"last_update": 1762321947,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": 1,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 13361,
"language": "ru",
"parked": true,
"app": {
"id": 252490,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": {
"username": "dima988754",
"avatar": "no.jpg"
},
"mods": [
{
"id": 1275,
"name": "Rust Kits"
}
],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/2317791");
$data = json_decode($json, true);
var_dump($data);