API for CHOYKA RUST №2[ONE GRID] [X2] SMALL MAP - FPS+67
JSON for programs, websites and more
text
json
{
"response": {
"fps": 312,
"fps_avg": 341,
"entities_count": 33887,
"world_seed": 1717721480,
"world_size": 1000,
"steam_id": "90286943840625677",
"domain": null,
"id": 1030880,
"ip": "185.189.255.110",
"port": 35300,
"query": 35310,
"project_id": null,
"color": 0,
"city": "Moscow",
"description": "![CHOYKA RUST №2[ONE GRID] [X2] SMALL MAP - FPS+67](https://masspas.com/rustservices/files/images/permanent/acb6b253db7ea18f03aab3a8ba90fb83.png)\n❖ Welcome to CHOYKA RUST ❖ Добро пожаловать на CHOYKA RUST #2\n❖ Best Custom Map's ❖Полу-Классический сервер X2 ❖ \n❖ Great Administration ❖ Отличная администрация\n❖ NO ABUSE\n❖ NO DISMORAL\n❖ NO CHEAT\n❖ NO ROOFCAMP\n❖ NO PLAY 2+ (SERVER SOLO/DUO)\n❖NO DESPAWN LOOT",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780654460,
"last_online": 1781368221,
"icon": null,
"name": "CHOYKA RUST №2[ONE GRID] [X2] SMALL MAP - FPS+67",
"connect": "185.189.255.110:35300",
"request": "185.189.255.110:35310",
"map": "CHOYKA MAPS",
"gamemode": "Survival",
"version": "2627",
"numplayers": 3,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 76,
"add_date": 1687225538,
"last_update": 1781368221,
"banned": false,
"wipe": 1781254853,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 711,
"language": "ru",
"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/1030880");
$data = json_decode($json, true);
var_dump($data);