API for [UA] Nova Rust | 21.05
JSON for programs, websites and more
text
json
{
"response": {
"fps": 60,
"fps_avg": 60,
"entities_count": 72078,
"world_seed": 137456136,
"world_size": 3500,
"steam_id": "90286283078792217",
"domain": null,
"id": 11511316,
"ip": "194.69.160.15",
"port": 28075,
"query": 28077,
"color": 0,
"city": "City of London",
"description": "![[UA] Nova Rust | 21.05](https://rust-server-images.physgun.com/13650b636b7067e1542549e9a96ffe07e4fd62e678ab43cd8260fa9b5b68f78e.png)\nКласичний сервер без донату\r\nВайп щочетверга о 19:00 (Карта + Вивчення)\r\nРозіграші скінів кожного дня. Адміністрація онлайн.\r\nMAX 8 в одній команді. \r\nРаді новим гравцям :)",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780638811,
"last_online": 1779977426,
"icon": null,
"name": "[UA] Nova Rust | 21.05",
"connect": "194.69.160.15:28075",
"request": "194.69.160.15:28077",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779353841,
"last_update": 1780638811,
"banned": false,
"wipe": 1779378973,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 11325,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11511316");
$data = json_decode($json, true);
var_dump($data);