API für 5x Chopper Ninjas Spawnable Fuelless Helicopters - Parachute ki
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 211,
"fps_avg": 215,
"entities_count": 110423,
"world_seed": 1337,
"world_size": 3333,
"steam_id": "90286569691609119",
"domain": null,
"id": 11607107,
"ip": "108.234.24.150",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Indianapolis",
"description": "\nType /KIT for everything || USE YOUR PARACHUTE! || /kit pilot || Hosted on i9 14900KF with RAID0 NVMe + backed up. Robust networking setup - high load capable. Helicopter versus Homing Missile play. EZ self-spawning helicopters /myattack /mymini spawnable Helis",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780518865,
"last_online": 1780603833,
"icon": null,
"name": "5x Chopper Ninjas Spawnable Fuelless Helicopters - Parachute ki",
"connect": "108.234.24.150:28015",
"request": "108.234.24.150:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 1,
"maxplayers": 250,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779915494,
"last_update": 1780603833,
"banned": false,
"wipe": 1778373194,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5204,
"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/11607107");
$data = json_decode($json, true);
var_dump($data);