Angels Fall First
EU (All Maps) #1 için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/5235488json
{
"response": {
"steam_id": "90282772914928651",
"domain": null,
"id": 5235488,
"ip": "141.95.73.40",
"port": 7777,
"query": 27015,
"color": 0,
"city": "Limburg an der Lahn",
"description": null,
"game": 367270,
"owner": null,
"boosts": 1,
"last_offline": 1775600005,
"score": 0,
"last_online": 1776268812,
"icon": null,
"name": "EU (All Maps) #1",
"connect": "141.95.73.40:7777",
"request": "141.95.73.40:27015",
"map": "aff-fortress",
"gamemode": "AFFGameInfo_Incursion",
"version": "1.0.0.0",
"numplayers": 1,
"maxplayers": 64,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 91,
"add_date": 1721212120,
"last_update": 1776268812,
"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": 1,
"language": "de",
"parked": false,
"app": {
"id": 160,
"steam_id": 367270,
"name": "Angels Fall First",
"url": "angels-fall-first"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/5235488");
$data = json_decode($json, true);
var_dump($data);