Counter-Strike: Global Offensive
API für [CSGO] 👽[CipayosCS]👽 [CASUAL] 128Ticks !ws !knife !gloves !agents !help
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11183232json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11183232,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": "Córdoba",
"description": null,
"game": 4465480,
"owner": null,
"boosts": 1,
"last_offline": 1778492538,
"score": 1,
"last_online": 1778262058,
"icon": null,
"name": "[CSGO] 👽[CipayosCS]👽 [CASUAL] 128Ticks !ws !knife !gloves !agents !help",
"connect": null,
"request": null,
"map": "de_dust2",
"gamemode": "Counter-Strike: Global Offensive",
"version": "1.38.8.1",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "AR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1772697506,
"last_update": 1778492538,
"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": 1615,
"language": "es",
"parked": true,
"app": {
"id": 1629104,
"steam_id": 4465480,
"name": "Counter-Strike: Global Offensive",
"url": "counter-strike-global-offensive"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11183232");
$data = json_decode($json, true);
var_dump($data);