API for [RU] - NINE WORLDS -
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 3108303,
"ip": null,
"port": null,
"query": null,
"project_id": null,
"color": 0,
"city": null,
"description": "",
"game": 1088090,
"owner": 119386,
"boosts": 1,
"last_offline": 1761066208,
"last_online": 1758715238,
"icon": null,
"name": "[RU] - NINE WORLDS -",
"connect": null,
"request": null,
"map": null,
"gamemode": "Day of Dragons",
"version": null,
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1708889502,
"last_update": 1761066208,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": true,
"hide_address": true,
"hide_query": false,
"position_game": 92,
"language": "ru",
"parked": true,
"app": {
"id": 45862,
"steam_id": 1088090,
"name": "Day of Dragons",
"url": "day-of-dragons"
},
"server_owner": {
"username": "hydra",
"avatar": "cf85cf02-bb33-42ed-8d5e-8a6d68c3588d.jpg"
},
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/3108303");
$data = json_decode($json, true);
var_dump($data);