API для Sex Education Private Server
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": "90292088174673923",
"domain": null,
"id": 13501079,
"ip": "137.74.205.6",
"port": 27053,
"query": 27053,
"project_id": null,
"color": 0,
"city": "Рубе",
"description": null,
"game": 240,
"owner": null,
"boosts": 1,
"last_offline": 1787653058,
"last_online": 1788477006,
"icon": null,
"name": "Sex Education Private Server",
"connect": "137.74.205.6:27053",
"request": "137.74.205.6:27053",
"map": "surf_hyper2",
"gamemode": "Counter-Strike: Source",
"version": "10897846",
"numplayers": 0,
"maxplayers": 20,
"bots": 3,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1786057329,
"last_update": 1788477006,
"ban_reason": null,
"banned": false,
"hidden": 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": 1563,
"language": "fr",
"parked": false,
"app": {
"id": 5,
"steam_id": 240,
"name": "Counter-Strike: Source",
"url": "counter-strike-source"
},
"server_owner": null,
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/13501079");
$data = json_decode($json, true);
var_dump($data);