API pentru WILDERNESS Romania x2|Solo Only|Noob|Modded|JUST WIPED|31.05
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"fps": 31,
"fps_avg": 32,
"entities_count": 113382,
"world_seed": 422779,
"world_size": 3700,
"steam_id": "90286465066499082",
"domain": null,
"id": 5538602,
"ip": "49.12.146.141",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Falkenstein",
"description": "\nMap Wipes: Every Sunday at 11:00 CET\r\n BP Wipes: Every Sunday at 11:00 CET (except the first Sunday after a Force Wipe)\r\n \r\n ★ 2x Improved Loot & Gather\r\n ★ Faster Recycling\r\n ★ 5x Stack Sizes & Boosted Sell Rates\r\n ★ Junk Removed & New Additions\r\n \r\n ★ Playtime Rewards • New Vehicle Options\r\n ★ Backpack • 2x SkillTree • /Craft Panel\r\n ★ Box Sorter • Auto-Doors • Extended WB Range\r\n \r\n ★ Extra Recyclers • New Vehicles • /Craft Panel\r\n ★ PvE Events • Daily Events • /skin • /missions\r\n ★ Rust Points • /Shop • BattlePass • /kit\r\n \r\n ★ Active Staff 24/7 • Friendly Community • No Teaming Abuse",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780281249,
"last_online": 1780562426,
"icon": null,
"name": "WILDERNESS Romania x2|Solo Only|Noob|Modded|JUST WIPED|31.05",
"connect": "49.12.146.141:28015",
"request": "49.12.146.141:28016",
"map": "High FPS | Wiped - 3d ago",
"gamemode": "Survival",
"version": "2625",
"numplayers": 4,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1723112729,
"last_update": 1780562426,
"banned": false,
"wipe": 1780217848,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1370,
"language": "de",
"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/5538602");
$data = json_decode($json, true);
var_dump($data);