РУССКИЙ | RustRF | ДЛЯ НОВИЧКОВ | FULL WIPE के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 6572349,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": "Moscow",
"description": "[{\"id\":\"rTa8IpznZH\",\"type\":\"paragraph\",\"data\":{\"text\":\"Классический сервер для НОВИЧКОВ RustRF\\n\\n зеленка без ограничений\\n размер карты 4250\\n\\n добыча х1\\n\\n на 50% снижено содержание шкафа\\n\\n i9 14900K\\n\\n connect 185.207.214.135:35300\"}}]",
"game": 252490,
"owner": 93789,
"boosts": 1,
"last_offline": 1768762707,
"last_online": 1767858010,
"icon": null,
"name": "РУССКИЙ | RustRF | ДЛЯ НОВИЧКОВ | FULL WIPE",
"connect": null,
"request": null,
"map": "Procedural Map",
"gamemode": "Survival",
"version": null,
"numplayers": 0,
"maxplayers": 300,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1731158633,
"last_update": 1768762707,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 13268,
"language": "ru",
"parked": true,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": {
"username": "a.sapreko",
"avatar": "4d95ba36-f37b-48cc-a4f0-032ffd6b0ea1.jpg"
},
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/6572349");
$data = json_decode($json, true);
var_dump($data);