Action Half-Life
Garns Akarmbo - The B-Server - New York için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11486865json
{
"response": {
"steam_id": "90285149530503196",
"domain": null,
"id": 11486865,
"ip": "15.204.218.217",
"port": 27018,
"query": 27018,
"color": 0,
"city": "Reston",
"description": null,
"game": 9000031,
"owner": null,
"boosts": 1,
"last_offline": 1777400002,
"score": 0,
"last_online": 1777587103,
"icon": null,
"name": "Garns Akarmbo - The B-Server - New York",
"connect": "15.204.218.217:27018",
"request": "15.204.218.217:27018",
"map": "beach3",
"gamemode": "Action Teamplay w/o rounds",
"version": "1.1.2.2",
"numplayers": 0,
"maxplayers": 24,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1774979575,
"last_update": 1777587103,
"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": 11,
"language": "en",
"parked": false,
"app": {
"id": 129,
"steam_id": 9000031,
"name": "Action Half-Life",
"url": "action-half-life"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11486865");
$data = json_decode($json, true);
var_dump($data);