Rust
API для [EU/TR] Suayip 3x Solo/Duo/Trio | Loot X3 | TP | Home | Kit
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/10869978json
{
"response": {
"steam_id": "90284791440315403",
"domain": null,
"id": 10869978,
"ip": "93.113.57.181",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Başakşehir",
"description": "![[EU/TR] Suayip 3x Solo/Duo/Trio | Loot X3 | TP | Home | Kit](https://r.resimlink.com/idjZQ.jpg/)\nWelcome to Suayip 3x - Solo/Duo/Trio Servers\r\n\r\n-Server Detail:\r\n\r\n. Max Group: 3\r\n. 3X Gather / Craft / Scrap\r\n. Tier 1 & Electric Unlocked\r\n. Increased Stack Sizes\r\n. Fast Mixing Tables\r\n. Plant Farm\r\n. Advanced Market\r\n\r\nDiscord: discord.gg/suayiprust",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776690207,
"score": 0,
"last_online": 1776825618,
"icon": null,
"name": "[EU/TR] Suayip 3x Solo/Duo/Trio | Loot X3 | TP | Home | Kit",
"connect": "93.113.57.181:28015",
"request": "93.113.57.181:28017",
"map": "Suayip Rust FPS+ | 11 Hours Ago",
"gamemode": "Rust",
"version": "2623",
"numplayers": 19,
"maxplayers": 300,
"bots": 0,
"secured": true,
"private": false,
"country": "TR",
"status": true,
"votes": 0,
"points": 64,
"add_date": 1768318381,
"last_update": 1776825618,
"banned": false,
"wipe": 1776783567,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 919,
"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/10869978");
$data = json_decode($json, true);
var_dump($data);