Rust
API для [TR] Rust TR Yeni Baslayan | Vanilla | Beginner Friendly
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/11004645json
{
"response": {
"steam_id": "90284699471702028",
"domain": null,
"id": 11004645,
"ip": "93.113.57.54",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Başakşehir",
"description": "Rust TR'a Hos Geldiniz!\r\n\r\nBu sunucu OZELLIKLE YENI BASLAYAN oyuncular icin kurulmustur.\r\nAmacimiz Rust'i ogrenmek isteyen oyunculara adil, sakin ve temiz bir ortam sunmaktir.\r\n\r\nò Tamamen Vanilla (Modsuz)\r\nò Yeni baslayanlara uygun\r\nò Aktif ve adil adminler\r\nò Aylik wipe\r\nò Hileye ve adaletsizlige sifir tolerans\r\n\r\nRust'i dogru sekilde ogren, gelis ve hayatta kal.\r\n\r\nYak²nda Íd³l Olacak",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776695605,
"score": 0,
"last_online": 1776825624,
"icon": null,
"name": "[TR] Rust TR Yeni Baslayan | Vanilla | Beginner Friendly",
"connect": "93.113.57.54:28015",
"request": "93.113.57.54:28017",
"map": "Procedural Map",
"gamemode": "Rust",
"version": "2623",
"numplayers": 1,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "TR",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1769938959,
"last_update": 1776825624,
"banned": false,
"wipe": 1775229893,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4382,
"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/11004645");
$data = json_decode($json, true);
var_dump($data);