GROUND BRANCH
SAS Proving Ground 10 (EU) için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11219400json
{
"response": {
"steam_id": "90285135646729231",
"domain": null,
"id": 11219400,
"ip": "91.229.203.172",
"port": 7779,
"query": 27016,
"color": 0,
"city": "Karlslunde",
"description": null,
"game": 16900,
"owner": null,
"boosts": 1,
"last_offline": 1776105713,
"score": 0,
"last_online": 1777503660,
"icon": null,
"name": "SAS Proving Ground 10 (EU)",
"connect": "91.229.203.172:7779",
"request": "91.229.203.172:27016",
"map": "PowerStation",
"gamemode": "Ground Branch",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": false,
"private": false,
"country": "DK",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1772701509,
"last_update": 1777503660,
"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": 67,
"language": "da",
"parked": false,
"app": {
"id": 49744,
"steam_id": 16900,
"name": "GROUND BRANCH",
"url": "ground-branch"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11219400");
$data = json_decode($json, true);
var_dump($data);