Official EU TDM 5 için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"steam_id": 90285997169249300,
"domain": null,
"id": 11588230,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": "Frankfurt am Main",
"description": null,
"game": 321360,
"owner": null,
"boosts": 1,
"last_offline": 1779357589,
"last_online": 1779835866,
"icon": null,
"name": "Official EU TDM 5",
"connect": null,
"request": null,
"map": "pc-docks",
"gamemode": "PCTeamDeathMatchGame",
"version": "3.3.2",
"numplayers": 0,
"maxplayers": 24,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779357589,
"last_update": 1779835866,
"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": 46,
"language": "de",
"parked": true,
"app": {
"id": 4384,
"steam_id": 321360,
"name": "Primal Carnage: Extinction",
"url": "primal-carnage-extinction"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11588230");
$data = json_decode($json, true);
var_dump($data);