API für A-42 - Helicopter / Minicopter Training
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 108,
"fps_avg": 108,
"entities_count": 64801,
"world_seed": 1337,
"world_size": 6000,
"steam_id": "90286583183933467",
"domain": null,
"id": 11744495,
"ip": "37.187.135.158",
"port": 28015,
"query": 28018,
"color": 0,
"city": "Roubaix",
"description": "\nWelcome to the ultimate helicopter playground! \r\n \r\n Looking for the perfect place to master the skies? We’ve got you covered. Our server is fully equipped with everything you need to level up your flying skills, pull off insane stunts, and race your friends.\r\n \r\n What we offer:\r\n- Easy Training: The best environment to practice and master every helicopter.\r\n- High-Speed Races: Test your reaction times and compete for the fastest lap.\r\n- Stunt Ramps: Go full daredevil with custom ramps built for epic tricks.\r\n- And so much more!\r\n \r\n Hop in, grab a helikopter, and show us what you've got!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780518701,
"last_online": 1780571426,
"icon": null,
"name": "A-42 - Helicopter / Minicopter Training",
"connect": "37.187.135.158:28015",
"request": "37.187.135.158:28018",
"map": "Custom Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 5,
"maxplayers": 42,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 65,
"add_date": 1780518701,
"last_update": 1780571426,
"banned": false,
"wipe": 1780420152,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 711,
"language": "fr",
"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/11744495");
$data = json_decode($json, true);
var_dump($data);