Killing Floor
[JP] SID Killing Floor Server #02 | Vanilla Long (10Wave) Any D için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/10883872json
{
"response": {
"steam_id": "90282497891593216",
"domain": null,
"id": 10883872,
"ip": "116.80.77.183",
"port": 7709,
"query": 28854,
"color": 0,
"city": "Yokohama",
"description": null,
"game": 1250,
"owner": null,
"boosts": 1,
"last_offline": 1775920316,
"score": 0,
"last_online": 1776208280,
"icon": null,
"name": "[JP] SID Killing Floor Server #02 | Vanilla Long (10Wave) Any D",
"connect": "116.80.77.183:7709",
"request": "116.80.77.183:28854",
"map": "KF-Steamland",
"gamemode": "Killing Floor",
"version": "1.0.6.5",
"numplayers": 0,
"maxplayers": 6,
"bots": 0,
"secured": true,
"private": false,
"country": "JP",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1768321128,
"last_update": 1776208280,
"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": 339,
"language": "ja",
"parked": false,
"app": {
"id": 50,
"steam_id": 1250,
"name": "Killing Floor",
"url": "killing-floor"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/10883872");
$data = json_decode($json, true);
var_dump($data);