Will To Live Online
API for RU-6 (No-PK)
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10432482json
{
"response": {
"steam_id": 90285169042071570,
"domain": null,
"id": 10432482,
"ip": "82.148.21.235",
"port": 5303,
"query": 27015,
"color": 0,
"city": "Moscow",
"description": null,
"game": 707010,
"owner": null,
"boosts": 1,
"last_offline": 1777545807,
"score": 0,
"last_online": 1777567863,
"icon": null,
"name": "RU-6 (No-PK)",
"connect": "82.148.21.235:5303",
"request": "82.148.21.235:27015",
"map": "Master Server",
"gamemode": "Russia Server #6",
"version": "0.6.18",
"numplayers": 86,
"maxplayers": 74,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1759829528,
"last_update": 1777567863,
"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": 14,
"language": "ru",
"parked": false,
"app": {
"id": 18850,
"steam_id": 707010,
"name": "Will To Live Online",
"url": "will-to-live-online"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/10432482");
$data = json_decode($json, true);
var_dump($data);