API pentru [EU] Mancs PvE 10x | Monthly | No Build Limits | Custom Vehicle
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"fps": 181,
"fps_avg": 186,
"entities_count": 123572,
"world_seed": 1,
"world_size": 4096,
"steam_id": "90286321027228678",
"domain": null,
"id": 11606752,
"ip": "216.201.76.241",
"port": 10000,
"query": 10003,
"color": 0,
"city": "Maidenhead",
"description": "![[EU] Mancs PvE 10x | Monthly | No Build Limits | Custom Vehicle](https://maps.weoxiders.net/download/gKixQ2N6u2kSMB7/o7d5GL1pbmxRJ/MancsRustPVE_Banner_v3.png)\nBalanced PvE Rust Server\r\n- May = Sunkenland Custom Map\r\n- 100+ Custom Vehicles\r\n- Race Tracks\r\n- No build limits\r\n- Skill Tree\r\n- Skins\r\n- Quests\r\n- Themed events - Convoy, Train etc\r\n- Raid Bases\r\n- Survival Arena\r\n- Purchasable Heli Signals\r\n- Jetpacks\r\n- Virtual Quarries\r\n- Floating Barge Bases!\r\n- QoL Mods\r\n- 10x Pickup Rates, Kits and more\r\n- TP and SetHome Commands\r\n- Enhanced player stats\r\n- RP based economy with in-game shop & player trading\r\n- Discord Link for further Rewards\r\n- Procedural & Custom Maps\r\n- Hosted in the United Kingdom",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780581826,
"last_online": 1780000230,
"icon": null,
"name": "[EU] Mancs PvE 10x | Monthly | No Build Limits | Custom Vehicle",
"connect": "216.201.76.241:10000",
"request": "216.201.76.241:10003",
"map": "Sunkenland",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779915480,
"last_update": 1780581826,
"banned": false,
"wipe": 1778226689,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 12156,
"language": "en",
"parked": false,
"app": {
"id": 252490,
"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/11606752");
$data = json_decode($json, true);
var_dump($data);