Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/7763740
json
{
"response": {
"id": 7763740,
"ip": "192.99.75.98",
"port": 26762,
"query": 26762,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "This is a monthly Rust server that does not wipe blueprints. This means that players will keep their blueprints between wipes, which can be a significant advantage. This can also make the server more challenging for new players, as they will be at a disadvantage to players who have been on the server for longer. This server is ideal for players who are looking for a more relaxed and less grindy experience. It is also a good choice for players who are new to Rust and want to learn the game at their own pace. Here are some of the benefits of playing on a monthly Rust server with no blueprint wipes: You can focus on building and raiding, rather than grinding for blueprints. You can build up a strong base and know that it will be there for at least a month. You can get to know the other players on the server and form lasting alliances. If you are looking for a more challenging and competitive experience, then this server may not be the right choice for you. However, if you are looking for a more relaxed and enjoyable experience, then this server is definitely worth checking out.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1746089122,
"score": 0,
"last_online": 1745517634,
"icon": null,
"name": "[CAN] Ontario Vibes - No BP Wipe - Monthly Wipe - Vanilla Serve",
"connect": "192.99.75.98:26761",
"request": "192.99.75.98:26762",
"map": "Procedural Map",
"gamemode": "Survival",
"version": null,
"numplayers": 0,
"maxplayers": 75,
"bots": 0,
"secured": false,
"private": false,
"country": "SG",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1739878843,
"last_update": 1746089122,
"banned": false,
"wipe": 1743722268,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"list_hidden": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust",
"popular_maps_available": false
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}
Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/7763740");
$data = json_decode($json, true);
var_dump($data);