Rust
API für The Casual Gamers Quad | 2x | EU | BiWeekly | Low upkeep
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/10412748json
{
"response": {
"fps": 206,
"fps_avg": 206,
"entities_count": 100652,
"world_seed": 40437806,
"world_size": 4250,
"steam_id": "90284838008770571",
"domain": null,
"id": 10412748,
"ip": "148.252.76.98",
"port": 28013,
"query": 28012,
"color": 0,
"city": "Melhus",
"description": "\nMap - BiWeekly at 20:00 CET\r\nBps - Jan/April/July/October wipe\r\n\r\n- 2x Gather/Loot\r\n- 1x Stack size\r\n- Half upkeep\r\n- Extended Workbench Range\r\n- Recyclers at Monuments\r\n- Group Limit: 4\r\n- Legacy Patrol helicopter\r\n- Raid Alarm(Req Rust+)\r\n\r\nRaid Protection\r\nSunday - Thursday 23:00 - 16:00\r\nFriday - Saturday 02:00 - 12:00\r\n24 hours wipe protection",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776913395,
"score": 0,
"last_online": 1776981021,
"icon": null,
"name": "The Casual Gamers Quad | 2x | EU | BiWeekly | Low upkeep",
"connect": "148.252.76.98:28013",
"request": "148.252.76.98:28012",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "NO",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1759823762,
"last_update": 1776981021,
"banned": false,
"wipe": 1776362509,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3786,
"language": "no",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/10412748");
$data = json_decode($json, true);
var_dump($data);