API pentru [EU] Dirty Gofer Hapis | 5x | SHOP | PVP | Quicksmelt 3x
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"fps": 188,
"fps_avg": 183,
"entities_count": 53718,
"world_seed": 1337,
"world_size": 4096,
"steam_id": "90286913485079555",
"domain": null,
"id": 11759286,
"ip": "51.68.234.17",
"port": 28015,
"query": 28016,
"project_id": null,
"color": 0,
"city": "Roubaix",
"description": "![[EU] Dirty Gofer Hapis | 5x | SHOP | PVP | Quicksmelt 3x](https://i.postimg.cc/hv94cJQq/hapis-EU.png)\nIntroducing a New Era for Hapis Island\r\n\r\n Facepunch retired Hapis Island in 2023, but Dirty Gofer Network is keeping the legacy alive. Play on the original static (non-procedural) map, optimized for a balanced and enhanced Rust experience.\r\n\r\n Server Features:\r\n\r\n 5x Gather / 3x Smelt / 25k Upkeep\r\n Progressive Rank System – Unlock new features and kits as you play\r\n Custom Hourly Heli Event – Unique loot, high risk, high reward\r\n Wipe Schedule:\r\n\r\n Map: Every 2 weeks (or when forced)\r\n Blueprints: Every Rust update (1st Friday of the month)\r\n Join Dirty Gofer Hapis and experience Hapis Island like never before.\r\n\r\n Please behave in a mature manner. Trolls, griefers, and toxic players are not welcome. Server rules: https://www.dirtygoferyt.com/rules",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780931707,
"last_online": 1781358632,
"icon": null,
"name": "[EU] Dirty Gofer Hapis | 5x | SHOP | PVP | Quicksmelt 3x",
"connect": "51.68.234.17:28015",
"request": "51.68.234.17:28016",
"map": "HapisIsland",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1780931707,
"last_update": 1781358632,
"banned": false,
"wipe": 1780826168,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5948,
"language": "fr",
"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/11759286");
$data = json_decode($json, true);
var_dump($data);