Empyrion - Galactic Survival
ACEighty7's EGS RE2 (BETA) Community Server için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11386925json
{
"response": {
"steam_id": "90284743194893314",
"domain": null,
"id": 11386925,
"ip": "90.220.160.209",
"port": 40000,
"query": 40001,
"color": 0,
"city": "Nottingham",
"description": null,
"game": 383120,
"owner": null,
"boosts": 1,
"last_offline": 1776783802,
"score": 0,
"last_online": 1776805274,
"icon": null,
"name": "ACEighty7's EGS RE2 (BETA) Community Server",
"connect": "90.220.160.209:40000",
"request": "90.220.160.209:40001",
"map": null,
"gamemode": "Empyrion - Galactic Survival",
"version": "v1.16.1",
"numplayers": 0,
"maxplayers": 14,
"bots": 0,
"secured": false,
"private": true,
"country": "GB",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1774596297,
"last_update": 1776805274,
"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": 494,
"language": "en",
"parked": false,
"app": {
"id": 140,
"steam_id": 383120,
"name": "Empyrion - Galactic Survival",
"url": "empyrion-galactic-survival"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11386925");
$data = json_decode($json, true);
var_dump($data);