API для .::|Marlboro Public|::.
JSON для программ, сайтов и прочего
text
json
{
"response": {
"add_date": 1790253640,
"app": {
"id": 5,
"name": "Counter-Strike: Source",
"steam_id": 240,
"url": "counter-strike-source"
},
"color": 0,
"connect": "51.68.236.45:24307",
"country": "FR",
"domain": null,
"game": 240,
"hide_address": false,
"hide_query": false,
"icon": null,
"id": 17062807,
"ip": "51.68.236.45",
"language": "fr",
"last_update": 1790262173,
"map": "de_prodigy",
"maxplayers": 64,
"name": ".::|Marlboro Public|::.",
"numplayers": 0,
"official": null,
"points": 0,
"port": 24307,
"private": false,
"project_id": null,
"pve": null,
"pvp": null,
"query": 24307,
"request": "51.68.236.45:24307",
"secured": true,
"status": false,
"steam_id": "90293341314975770",
"version": "11003710",
"votes": 0,
"wipe": null,
"ban_reason": null,
"banned": false,
"boosts": 1,
"bots": 0,
"city": "Рубе",
"description": null,
"disabled_modules": [],
"gamemode": "Counter-Strike: Source",
"hidden": false,
"last_offline": 1790262173,
"last_online": 1790258541,
"list_hidden": false,
"map_url": null,
"mods": [],
"next_wipe": null,
"parked": false,
"position_game": 15637,
"wipe_period": null,
"os": "l",
"region": 3,
"product": "cstrike",
"gametype": "increased_maxplayers,startmoney,bots",
"dedicated": true
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/17062807");
$data = json_decode($json, true);
var_dump($data);