Killing Floor 2
MGGA Make Gaming Great Again için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/10317942json
{
"response": {
"steam_id": "90285004830928919",
"domain": null,
"id": 10317942,
"ip": "66.45.129.118",
"port": 7777,
"query": 27015,
"color": 0,
"city": "Watertown",
"description": null,
"game": 232090,
"owner": null,
"boosts": 1,
"last_offline": 1777193605,
"score": 0,
"last_online": 1777242618,
"icon": null,
"name": "MGGA Make Gaming Great Again",
"connect": "66.45.129.118:7777",
"request": "66.45.129.118:27015",
"map": "KF-DieSector",
"gamemode": "Killing Floor 2",
"version": "1150",
"numplayers": 4,
"maxplayers": 6,
"bots": 4,
"secured": true,
"private": true,
"country": "US",
"status": true,
"votes": 0,
"points": 67,
"add_date": 1758290809,
"last_update": 1777242618,
"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": 25,
"language": "en",
"parked": false,
"app": {
"id": 51,
"steam_id": 232090,
"name": "Killing Floor 2",
"url": "killing-floor-2"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/10317942");
$data = json_decode($json, true);
var_dump($data);