API für AUSSIE GAMERS | GRUMPY OLD GAMERS | https://discord.gg/zwXJHNYc
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": "90286503557009417",
"domain": null,
"id": 11730647,
"ip": "103.62.51.218",
"port": 8898,
"query": 29025,
"color": 0,
"city": "Sydney",
"description": null,
"game": 686810,
"owner": null,
"boosts": 1,
"last_offline": 1780389722,
"last_online": 1780478449,
"icon": null,
"name": "AUSSIE GAMERS | GRUMPY OLD GAMERS | https://discord.gg/zwXJHNYc",
"connect": "103.62.51.218:8898",
"request": "103.62.51.218:29025",
"map": "Kursk_N",
"gamemode": "Hell Let Loose",
"version": "0.1.1.0",
"numplayers": 2,
"maxplayers": 64,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 32,
"add_date": 1780389722,
"last_update": 1780478449,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 36,
"language": "en",
"parked": false,
"app": {
"id": 51409,
"steam_id": 686810,
"name": "Hell Let Loose",
"url": "hell-let-loose"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11730647");
$data = json_decode($json, true);
var_dump($data);