API für AMERICA LATINA BRASIL
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": "90286153327637518",
"domain": null,
"id": 11588053,
"ip": "187.56.106.102",
"port": 27046,
"query": 27047,
"color": 0,
"city": "Guarulhos",
"description": null,
"game": 580870,
"owner": null,
"boosts": 1,
"last_offline": 1780305214,
"last_online": 1779642197,
"icon": null,
"name": "AMERICA LATINA BRASIL",
"connect": "187.56.106.102:27046",
"request": "187.56.106.102:27047",
"map": "3/TeamDeathMatch",
"gamemode": "Ballistic Overkill",
"version": "1.5.6.0.1",
"numplayers": 0,
"maxplayers": 16,
"bots": 0,
"secured": true,
"private": false,
"country": "BR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779357525,
"last_update": 1780305214,
"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": 4,
"language": "pt",
"parked": false,
"app": {
"id": 14145,
"steam_id": 580870,
"name": "Ballistic",
"url": "ballistic"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11588053");
$data = json_decode($json, true);
var_dump($data);