API for Nowa island - Realism 3 TR/EN
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90286366682811407",
"domain": null,
"id": 11579587,
"ip": "45.136.7.139",
"port": 6779,
"query": 6002,
"color": 0,
"city": "Istanbul",
"description": null,
"game": 376210,
"owner": null,
"boosts": 1,
"last_offline": 1780461204,
"last_online": 1780087937,
"icon": null,
"name": "Nowa island - Realism 3 TR/EN",
"connect": "45.136.7.139:6779",
"request": "45.136.7.139:6002",
"map": "DV TestLevel",
"gamemode": "Sandbox",
"version": "0.1.8.1",
"numplayers": 0,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "TR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779356986,
"last_update": 1780461204,
"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": 383,
"language": "tr",
"parked": false,
"app": {
"id": 136,
"steam_id": 376210,
"name": "The Isle",
"url": "the-isle"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11579587");
$data = json_decode($json, true);
var_dump($data);