API for 【JPN】ちきんサーバー
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90286576887406592",
"domain": null,
"id": 11742145,
"ip": "60.41.173.149",
"port": 7777,
"query": 27016,
"color": 0,
"city": "Roppongi",
"description": null,
"game": 887570,
"owner": null,
"boosts": 1,
"last_offline": 1780580015,
"last_online": 1780538472,
"icon": null,
"name": "【JPN】ちきんサーバー",
"connect": "60.41.173.149:7777",
"request": "60.41.173.149:27016",
"map": "Pillars (8P)",
"gamemode": "1",
"version": "0.6.2.3",
"numplayers": 0,
"maxplayers": 20,
"bots": 0,
"secured": false,
"private": false,
"country": "JP",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1780469013,
"last_update": 1780580015,
"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": 24,
"language": "ja",
"parked": false,
"app": {
"id": 1559663,
"steam_id": 887570,
"name": "NEBULOUS: Fleet Command",
"url": "nebulous-fleet-command"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11742145");
$data = json_decode($json, true);
var_dump($data);