Rust
API для [TR/EU] RUSTGELE |Türkiye|NO LİMİT|NO LAG| AYLIK |
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/10412109json
{
"response": {
"fps": 98,
"fps_avg": 97,
"entities_count": 85689,
"world_seed": 979,
"world_size": 3600,
"steam_id": "90284721992461322",
"domain": null,
"id": 10412109,
"ip": "84.54.14.162",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Pendik",
"description": "![[TR/EU] RUSTGELE |Türkiye|NO LİMİT|NO LAG| AYLIK |](https://image.myrustserver.com/logo/ne10_663df8dcd2a12.jpg)\n→ Sunucuda LAG olmaz\r\n→ Sadece Global Wipe Aylık ## !wipe yazarak kalan süre öğrenebilirsiniz\r\n→ Team Limit: yok\r\n→ Ailevi küfür otomatik olarak algılanır ve Ceza Uygulanır\r\n→ Toksik Oyuncu Engelleme Sistemi\r\n→ %50 daha az bakım masrafı\r\n→ Map size: 3750-4250\r\n\r\nRUSTGELE Sunucularına Katılmak için\r\nRustgele.com Ziyaret edebilirsiniz.\r\nhttps://discord.com/invite/JckEBPhWXF",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776740598,
"score": 0,
"last_online": 1776825624,
"icon": null,
"name": "[TR/EU] RUSTGELE |Türkiye|NO LİMİT|NO LAG| AYLIK |",
"connect": "84.54.14.162:28015",
"request": "84.54.14.162:28017",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2623",
"numplayers": 2,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "TR",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1759823702,
"last_update": 1776825624,
"banned": false,
"wipe": 1776354409,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3559,
"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/10412109");
$data = json_decode($json, true);
var_dump($data);