Core Keeper
Gane's Server. season2 için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/8376675json
{
"response": {
"steam_id": "90284239544438796",
"domain": null,
"id": 8376675,
"ip": "119.244.195.9",
"port": 19005,
"query": 19006,
"color": 0,
"city": "Machida",
"description": null,
"game": 1621690,
"owner": null,
"boosts": 1,
"last_offline": 1775930515,
"score": 0,
"last_online": 1775943638,
"icon": null,
"name": "Gane's Server. season2",
"connect": "119.244.195.9:19005",
"request": "119.244.195.9:19006",
"map": null,
"gamemode": "Core Keeper",
"version": "1.1.2.2-7da5",
"numplayers": 0,
"maxplayers": 20,
"bots": 0,
"secured": false,
"private": true,
"country": "JP",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1743668709,
"last_update": 1775943638,
"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": 51,
"language": "ja",
"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/8376675");
$data = json_decode($json, true);
var_dump($data);