API dla Bestrust Solo/Duo 3x #3 | NEXT FULLWIPE in 14 hours 05.06
JSON dla programów, stron i innych
text
json
{
"response": {
"fps": 60,
"fps_avg": 60,
"entities_count": 18083,
"world_seed": 1337,
"world_size": 2499,
"steam_id": "90286603813130241",
"domain": null,
"id": 11725495,
"ip": "57.128.211.119",
"port": 29015,
"query": 29017,
"color": 0,
"city": "Warsaw",
"description": "\nWelcome to Bestrust Solo/Duo 3x #3!\nGet 3 free rust skins by using the BESTRUST code on https://rustmagic.com/\n\nWipe Schedule:\n• Fullwipes Every Friday at 11:45 CEST\n• Fullwipes Every Tuesday at 11:45 CEST\n- Last Wipe: 04.06 19:45 CEST Type: Full Wipe\n- Next Wipe: 05.06 11:45 CEST in 14 hours Type: Full Wipe\n\nFeatures:\n- 3x gathering & loot\n- Max Group Size: 2\n- Shared Blueprints\n- Balanced kits & commands\n- Great anti-cheat + Active non-playing admins",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780595061,
"last_online": 1780600228,
"icon": null,
"name": "Bestrust Solo/Duo 3x #3 | NEXT FULLWIPE in 14 hours 05.06",
"connect": "57.128.211.119:29015",
"request": "57.128.211.119:29017",
"map": "Wiped 1 hours ago",
"gamemode": "Survival",
"version": "2627",
"numplayers": 17,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "PL",
"status": true,
"votes": 0,
"points": 64,
"add_date": 1780388539,
"last_update": 1780600228,
"banned": false,
"wipe": 1780595529,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1102,
"language": "pl",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Przykłady kodu
php
<?php
$json = file_get_contents("https://api.gamemonitoring.pl/servers/11725495");
$data = json_decode($json, true);
var_dump($data);