RUST PARTY Vanilla(НОВОСИБИРСК)29.05 için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 41,
"fps_avg": 63,
"entities_count": 88063,
"world_seed": 475431694,
"world_size": 4000,
"steam_id": "90286411064133658",
"domain": null,
"id": 10815476,
"ip": "152.89.199.21",
"port": 35000,
"query": 35010,
"color": 0,
"city": "Moscow",
"description": "\nНовый сервер для новичков\r\nХостинг Новосибирский\r\nКлассический сервер Vanilla\r\nРейты x2\r\nПлавка печей х3\r\nПереработчик и НПЗ во всех мирных зонах",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779975824,
"last_online": 1780588235,
"icon": null,
"name": "RUST PARTY Vanilla(НОВОСИБИРСК)29.05",
"connect": "152.89.199.21:35000",
"request": "152.89.199.21:35010",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1767109921,
"last_update": 1780588235,
"banned": false,
"wipe": 1779975957,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3951,
"language": "ru",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/10815476");
$data = json_decode($json, true);
var_dump($data);