Nova-Life: Amboise
API для Nova-Life - Amboise 2004
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/6924944json
{
"response": {
"steam_id": null,
"domain": null,
"id": 6924944,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": null,
"game": 885570,
"owner": 93016,
"boosts": 1,
"last_offline": 1750457066,
"score": 0,
"last_online": 1743589865,
"icon": null,
"name": "Nova-Life - Amboise 2004",
"connect": null,
"request": null,
"map": "Amboise 2004",
"gamemode": "Nova-Life: Amboise",
"version": null,
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": false,
"private": false,
"country": "FR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1734388838,
"last_update": 1750457066,
"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": "fr",
"parked": true,
"app": {
"id": 48590,
"steam_id": 885570,
"name": "Nova-Life: Amboise",
"url": "nova-life-amboise"
},
"server_owner": {
"username": "BoostyBoost",
"avatar": "8066eb05-bac1-4d98-a303-d5f9ceb0b988.jpg",
"last_online": 1744132754
},
"mods": [],
"disabled_modules": [
"chat"
]
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/6924944");
$data = json_decode($json, true);
var_dump($data);