Day of Defeat: Source
API для TazArmy29 ANIME MODELS
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/3107962json
{
"response": {
"steam_id": "90284338191035404",
"domain": null,
"id": 3107962,
"ip": "46.174.48.48",
"port": 27207,
"query": 27207,
"color": 0,
"city": "Moscow",
"description": "",
"game": 300,
"owner": null,
"boosts": 1,
"last_offline": 1773937321,
"score": null,
"last_online": 1776210046,
"icon": null,
"name": "TazArmy29 ANIME MODELS",
"connect": "46.174.48.48:27207",
"request": "46.174.48.48:27207",
"map": "dod_oflagiv_b1",
"gamemode": "Day of Defeat",
"version": "9540945",
"numplayers": 0,
"maxplayers": 33,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1708888917,
"last_update": 1776210046,
"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": 53,
"language": "ru",
"parked": false,
"app": {
"id": 8,
"steam_id": 300,
"name": "Day of Defeat: Source",
"url": "day-of-defeat-source"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/3107962");
$data = json_decode($json, true);
var_dump($data);