Rust
API для [EU/TR] ETERNAL 3X | MAX 5 | YENİ BAŞLAYAN | HAFTALIK WİPE
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/10895886json
{
"response": {
"fps": 60,
"fps_avg": 60,
"entities_count": 88664,
"world_seed": 55555,
"world_size": 3700,
"steam_id": 90284724833781780,
"domain": null,
"id": 10895886,
"ip": "46.203.182.220",
"port": 10004,
"query": 9004,
"color": 0,
"city": "Istanbul",
"description": "![[EU/TR] ETERNAL 3X | MAX 5 | YENİ BAŞLAYAN | HAFTALIK WİPE](https://i.ibb.co/x8f7sz7B/banner.png)\nEternal 3x - Max 5 - Yeni Başlayanlar Sunucumuza Hoş Geldiniz.\r\nDiscord Link: https://discord.gg/eternal3x\r\nSunucu Özellikleri:\r\n╰☆╮ Takımlar Max 5 Kişiliktir. - Otomatik Yetkilendirme ve BluePrint paylaşımı mevcuttur.\r\n╰☆╮ Teleport Sistemi Mevcuttur - Discord Sunucumuza Gelerek Kullanabilirsiniz.\r\n╰☆╮ Wipe Süresi Haftalıktır - Her Perşembe Saat 18:00'da atılır.\r\n╰☆╮ Discord Sunucumuza Gelerek Discord'a Özel Kit Alabilirsiniz.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776747800,
"score": 0,
"last_online": 1776825622,
"icon": null,
"name": "[EU/TR] ETERNAL 3X | MAX 5 | YENİ BAŞLAYAN | HAFTALIK WİPE",
"connect": "46.203.182.220:10004",
"request": "46.203.182.220:9004",
"map": "www.zulabank.com",
"gamemode": "Survival",
"version": "2623",
"numplayers": 1,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "TR",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1768383738,
"last_update": 1776825622,
"banned": false,
"wipe": 1776351370,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4179,
"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/10895886");
$data = json_decode($json, true);
var_dump($data);