API für [EU] Twisted Gods - PvE|Skills|Jetpack|Quests|Skins|Shop|NPCs +
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 78,
"fps_avg": 80,
"entities_count": 74038,
"world_seed": 1337,
"world_size": 4096,
"steam_id": "90286608392767503",
"domain": null,
"id": 11501774,
"ip": "66.51.97.56",
"port": 28045,
"query": 28046,
"project_id": null,
"color": 0,
"city": "City of London",
"description": "![[EU] Twisted Gods - PvE|Skills|Jetpack|Quests|Skins|Shop|NPCs +](https://i.ibb.co/NgtD5d2b/TG-MAIN-INFO-PANEL-IMAGE.png)\nMONTHLY - PvE | Skins | Quests | RaidBase | Skills | RaidMe's | JetPack | Portals | AbandonedBases | Events | Night Mercinaries + SO MUCH MORE!\r\n \r\nHosted By 4lex4ndri4",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780596270,
"last_online": 1780688432,
"icon": null,
"name": "[EU] Twisted Gods - PvE|Skills|Jetpack|Quests|Skins|Shop|NPCs +",
"connect": "66.51.97.56:28045",
"request": "66.51.97.56:28046",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 2,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1779207180,
"last_update": 1780688432,
"banned": false,
"wipe": 1780596373,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2881,
"language": "en",
"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/11501774");
$data = json_decode($json, true);
var_dump($data);