API für APGAMING.GG - US 100X | KITS | SHOP
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": "90286240754698253",
"domain": null,
"id": 10671288,
"ip": "89.28.237.19",
"port": 28070,
"query": 28071,
"color": 0,
"city": "Dallas",
"description": "\nAPGAMING.GG | 100X · Weekly · Instant craft, max gather, kits, shop, AP Points. discord.gg/apgaming · apgaming.gg/store · /info",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779804211,
"last_online": 1779814367,
"icon": null,
"name": "APGAMING.GG - US 100X | KITS | SHOP",
"connect": "89.28.237.19:28070",
"request": "89.28.237.19:28071",
"map": "apgaming.gg/store",
"gamemode": "Rust",
"version": "2625",
"numplayers": 0,
"maxplayers": 250,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1764579373,
"last_update": 1779814367,
"banned": false,
"wipe": 1779739466,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3991,
"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/10671288");
$data = json_decode($json, true);
var_dump($data);