Core Keeper
A BisectHosting CoreKeeper Server - b2517880 için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/10752034json
{
"response": {
"steam_id": "90280801553362973",
"domain": null,
"id": 10752034,
"ip": "50.20.207.125",
"port": 9061,
"query": 9062,
"color": 0,
"city": "Secaucus",
"description": null,
"game": 1621690,
"owner": null,
"boosts": 1,
"last_offline": 1771522298,
"score": 0,
"last_online": 1777326694,
"icon": null,
"name": "A BisectHosting CoreKeeper Server - b2517880",
"connect": "50.20.207.125:9061",
"request": "50.20.207.125:9062",
"map": null,
"gamemode": "Core Keeper",
"version": "1.1.2.10-bcc6",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": false,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1766253585,
"last_update": 1777326694,
"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": 168,
"language": "en",
"parked": false,
"app": {
"id": 1560042,
"steam_id": 1621690,
"name": "Core Keeper",
"url": "core-keeper"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/10752034");
$data = json_decode($json, true);
var_dump($data);