API для !Fanatic Survival x20x May 15th QUESTS/NPP RT
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": "90286581949363216",
"domain": null,
"id": 9704621,
"ip": "51.75.247.142",
"port": 7868,
"query": 28057,
"color": 0,
"city": "Roubaix",
"description": null,
"game": 346110,
"owner": null,
"boosts": 1,
"last_offline": 1780547669,
"last_online": 1780578200,
"icon": null,
"name": "!Fanatic Survival x20x May 15th QUESTS/NPP RT",
"connect": "51.75.247.142:7868",
"request": "51.75.247.142:28057",
"map": "Genesis",
"gamemode": "TestGameMode_C",
"version": "358.24",
"numplayers": 0,
"maxplayers": 60,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1751751267,
"last_update": 1780578200,
"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": 5951,
"language": "fr",
"parked": false,
"app": {
"id": 67,
"steam_id": 346110,
"name": "ARK: Survival Evolved",
"url": "ark-survival-evolved"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/9704621");
$data = json_decode($json, true);
var_dump($data);