Rust
API для [TR/EU] Diamond 3x Max 5 || Yeni Başlayanlar
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/11305043json
{
"response": {
"fps": 91,
"fps_avg": 89,
"entities_count": 65491,
"world_seed": 778690905,
"world_size": 3500,
"steam_id": "90284662113916943",
"domain": null,
"id": 11305043,
"ip": "45.150.149.23",
"port": 28015,
"query": 27017,
"color": 0,
"city": "Istanbul",
"description": "![[TR/EU] Diamond 3x Max 5 || Yeni Başlayanlar](https://r.resimlink.com/yEVoOjBmzbq.png)\n[TR/EU] Diamond 3x Max 5 || En İyisi!! \r\n Diamond Rust Yeni Başlayanlar Sunucumuza Hoşgeldiniz \r\n Sunucu Özellikleri = \r\n Takım Limit 5 kişiliktir. \r\n Teleport Sistemi Mevcuttur. \r\n Senide Aramızda Görmekten Mutluluk Duyuyoruz.. \r\n Discord'a Katılmayı Unutmayın...",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776458603,
"score": 0,
"last_online": 1776825622,
"icon": null,
"name": "[TR/EU] Diamond 3x Max 5 || Yeni Başlayanlar",
"connect": "45.150.149.23:28015",
"request": "45.150.149.23:27017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "TR",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1774592877,
"last_update": 1776825622,
"banned": false,
"wipe": 1776359811,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5041,
"language": "tr",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11305043");
$data = json_decode($json, true);
var_dump($data);