Core Keeper
API for Platinum Tuber 23
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11386115json
{
"response": {
"steam_id": "90284546583500817",
"domain": null,
"id": 11386115,
"ip": "47.156.136.244",
"port": 7774,
"query": 7775,
"color": 0,
"city": "Covina",
"description": null,
"game": 1621690,
"owner": null,
"boosts": 1,
"last_offline": 1776400968,
"score": 0,
"last_online": 1777324915,
"icon": null,
"name": "Platinum Tuber 23",
"connect": "47.156.136.244:7774",
"request": "47.156.136.244:7775",
"map": null,
"gamemode": "Core Keeper",
"version": "1.2.0.7-28a3",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": false,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1774596251,
"last_update": 1777324915,
"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": 722,
"language": "en",
"parked": false,
"app": {
"id": 1560042,
"steam_id": 1621690,
"name": "Core Keeper",
"url": "core-keeper"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11386115");
$data = json_decode($json, true);
var_dump($data);