Rust
API pentru [EU] BrotherHood | 5X | Monthly | Noob Friendly | FREE VIP | 2/
Oferim o gamă largă de metode de integrare. Puteți utiliza oricare dintre ele sau puteți crea propria metodă folosind JSON API. Dacă aveți o propunere pentru adăugarea unei noi metode de integrare, vă rugăm să ne contactați. Contactați-ne
JSON pentru programe, site-uri și altele
text
https://api.gamemonitoring.ro/servers/7290623json
{
"response": {
"fps": 201,
"fps_avg": 201,
"entities_count": 50964,
"world_seed": 1950504885,
"world_size": 3000,
"steam_id": "90284186653496324",
"domain": null,
"id": 7290623,
"ip": "57.128.202.16",
"port": 10010,
"query": 10020,
"color": 0,
"city": "Warsaw",
"description": "![[EU] BrotherHood | 5X | Monthly | Noob Friendly | FREE VIP | 2/](https://i.ibb.co/xYnS34W/banner.png)\nWelcome to BrotherHood | 5X | Monthly | Max 6 | Noob Friendly | FREE VIP\r\n\r\nMonthly Map Wipes\r\n\r\nJoin the community on Discord: https://discord.gg/cb5VH7BRk6\r\n\r\n24/7 Active Admins.\r\nCustom Plugins.\r\nNo Pay-To-Win.\r\nEnglish Only Chat.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775643729,
"score": 0,
"last_online": 1775887216,
"icon": null,
"name": "[EU] BrotherHood | 5X | Monthly | Noob Friendly | FREE VIP | 2/",
"connect": "57.128.202.16:10010",
"request": "57.128.202.16:10020",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 300,
"bots": 0,
"secured": true,
"private": false,
"country": "PL",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1736717800,
"last_update": 1775887216,
"banned": false,
"wipe": 1775152121,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3265,
"language": "pl",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/7290623");
$data = json_decode($json, true);
var_dump($data);