API for Играем, ждем игроков
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90286230490525705",
"domain": "proxy.agifav.ru",
"id": 11602878,
"ip": "91.122.34.242",
"port": 20025,
"query": null,
"color": 0,
"city": "St Petersburg",
"description": null,
"game": 602960,
"owner": 196544,
"boosts": 1,
"last_offline": 1779741791,
"last_online": 1779788413,
"icon": null,
"name": "Играем, ждем игроков",
"connect": "proxy.agifav.ru:20025",
"request": null,
"map": "Дюгонь",
"gamemode": "multiplayercampaign",
"version": "1.12.7.0",
"numplayers": 3,
"maxplayers": 16,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": true,
"votes": 1,
"points": 84,
"add_date": 1779741791,
"last_update": 1779788413,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": true,
"position_game": 6,
"language": "ru",
"parked": false,
"app": {
"id": 50335,
"steam_id": 602960,
"name": "Barotrauma",
"url": "barotrauma"
},
"server_owner": {
"username": "antoshkavvv",
"avatar": "c594bd3f-0252-4e11-beff-c2107857a374.webp"
},
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11602878");
$data = json_decode($json, true);
var_dump($data);