noinfo3052620
API for
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11394666json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11394666,
"ip": "147.93.162.18",
"port": 29300,
"query": 29315,
"color": 0,
"city": "Lauterbourg",
"description": null,
"game": 3052620,
"owner": null,
"boosts": 1,
"last_offline": 1776285673,
"score": 0,
"last_online": 1775779241,
"icon": null,
"name": null,
"connect": null,
"request": "147.93.162.18:29315",
"map": null,
"gamemode": null,
"version": null,
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": null,
"private": false,
"country": "FR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1774597062,
"last_update": 1776285673,
"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": 77,
"language": "fr",
"parked": false,
"app": {
"id": 1665334,
"steam_id": 3052620,
"name": "noinfo3052620",
"url": "noinfo3052620"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11394666");
$data = json_decode($json, true);
var_dump($data);