Sven Co-op
API для Surge's Nostalgic Sven Co-op Server - NO MODs
Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/10679511json
{
"response": {
"steam_id": "90283952131837960",
"domain": null,
"id": 10679511,
"ip": "69.117.111.94",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Mahwah",
"description": null,
"game": 225840,
"owner": null,
"boosts": 1,
"last_offline": 1775434925,
"score": 0,
"last_online": 1775859637,
"icon": null,
"name": "Surge's Nostalgic Sven Co-op Server - NO MODs",
"connect": "69.117.111.94:27015",
"request": "69.117.111.94:27015",
"map": "G-ARA1",
"gamemode": "Sven Co-op 5.26",
"version": "5.0.1.8",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1764582909,
"last_update": 1775859637,
"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": 147,
"language": "en",
"parked": false,
"app": {
"id": 65,
"steam_id": 225840,
"name": "Sven Co-op",
"url": "sven-co-op"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/10679511");
$data = json_decode($json, true);
var_dump($data);