Rust
के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/10973366json
{
"response": {
"steam_id": null,
"domain": "1.ae-server.ru",
"id": 10973366,
"ip": "155.212.166.163",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Moscow",
"description": "[{\"id\":\"klfkq-ag_J\",\"type\":\"paragraph\",\"data\":{\"text\":\"Готов к настоящему выживанию? AE Server ждет тебя и твой стак! Собирай команду до 8 человек и покажи, кто здесь хозяин.\"}},{\"id\":\"Iz7GVtzMt9\",\"type\":\"list\",\"data\":{\"style\":\"unordered\",\"meta\":{},\"items\":[{\"content\":\"Лимит группы 8: Идеально для масштабных рейдов и замесов.\",\"meta\":{},\"items\":[]}]}},{\"id\":\"QD4yPAb5yv\",\"type\":\"list\",\"data\":{\"style\":\"unordered\",\"meta\":{},\"items\":[{\"content\":\"Вайп каждые 14 дней: Достаточно времени, чтобы отстроиться и уничтожить врагов.\",\"meta\":{},\"items\":[]}]}},{\"id\":\"vAEgSIcJtQ\",\"type\":\"paragraph\",\"data\":{\"text\":\"Не будь кепкой — стань легендой AE Server!\"}}]",
"game": 252490,
"owner": 74959,
"boosts": 1,
"last_offline": 1776368568,
"score": 0,
"last_online": 1776249611,
"icon": null,
"name": null,
"connect": null,
"request": "155.212.166.163:28016",
"map": null,
"gamemode": null,
"version": null,
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": null,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1769635234,
"last_update": 1776368568,
"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": 9106,
"language": "ru",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": {
"username": "admin_ae_server",
"avatar": "48c5df78-e215-4404-ba61-22740a9e76b7.png",
"last_online": 1774684611
},
"mods": [
{
"id": 1323,
"name": "Shop"
},
{
"id": 1388,
"name": "Stack Size Controller"
},
{
"id": 909,
"name": "InfoPanel"
},
{
"id": 1358,
"name": "SkipNight"
},
{
"id": 2125,
"name": "Restart Info"
}
],
"disabled_modules": [
"chat"
]
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/10973366");
$data = json_decode($json, true);
var_dump($data);