API pentru [EU] Rad Rust 5x | Solo/Duo
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"steam_id": "90286579164058653",
"domain": null,
"id": 11502074,
"ip": "109.255.71.144",
"port": 28015,
"query": 27017,
"color": 0,
"city": "Dublin",
"description": "![[EU] Rad Rust 5x | Solo/Duo](https://ryanforanlennon.ie/rust/RADRUSTHeader.png)\n\r\nWelcome to Rad Rust 5x Solo/Duo!\r\n\r\n→ 2 Player Cap - Strictly Enforced\r\n→ 3500 Map Size\r\n→ 5x Gather Rates, Improved Loot-Tables\r\n→ Instant Barrels & Crafting\r\n→ Free BGrade & Kits\r\n→ Extended Workbench Range & Short Nights\r\n→ Ingame Shop & Points System (earn as you play!)\r\n→ Bandit Camp & Outpost Merged\r\n→ Extra Recyclers\r\n\r\nWipes Mondays & Thursdays",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780542269,
"last_online": 1780566036,
"icon": null,
"name": "[EU] Rad Rust 5x | Solo/Duo",
"connect": "109.255.71.144:28015",
"request": "109.255.71.144:27017",
"map": "Procedural Map",
"gamemode": "Rust",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "IE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779207189,
"last_update": 1780566036,
"banned": false,
"wipe": 1780323177,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4886,
"language": "en",
"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/11502074");
$data = json_decode($json, true);
var_dump($data);