API for CsikenNageccFittest - (v178.5)
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90287114820419597",
"domain": null,
"id": 11810618,
"ip": "84.2.87.189",
"port": 7777,
"query": 27015,
"project_id": null,
"color": 0,
"city": "Tatabánya",
"description": null,
"game": 407530,
"owner": null,
"boosts": 1,
"last_offline": 1781631238,
"last_online": 1781631776,
"icon": null,
"name": "CsikenNageccFittest - (v178.5)",
"connect": "84.2.87.189:7777",
"request": "84.2.87.189:27015",
"map": "TheIsland",
"gamemode": "Sotf_GameMode_C",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 30,
"bots": 0,
"secured": true,
"private": false,
"country": "HU",
"status": true,
"votes": 0,
"points": 0,
"add_date": 1781465302,
"last_update": 1781631776,
"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": 11,
"language": "hu",
"parked": false,
"app": {
"id": 158,
"steam_id": 407530,
"name": "ARK: Survival Of The Fittest",
"url": "ark-survival-of-the-fittest"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11810618");
$data = json_decode($json, true);
var_dump($data);