API для Farmer Rust PVE
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 2278277,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": "![$Farmer Rust [MAX3|KIT|EVENTS] 26.01](https://cdn.discordapp.com/attachments/1158437196001443992/1187464312281895003/21a68fce406255e5.jpg?ex=6596fb5)Привет, выживший! Мы рады, что ты добрался до нас! А теперь коротко о нашем сервере! Разводи куриц, лови",
"game": 252490,
"owner": 36588,
"boosts": 1,
"last_offline": 1750457066,
"last_online": 1732474330,
"icon": null,
"name": "Farmer Rust PVE",
"connect": null,
"request": null,
"map": "Procedural Map",
"gamemode": null,
"version": null,
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": false,
"private": false,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1702980169,
"last_update": 1750457066,
"banned": false,
"wipe": 1732289343,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 13079,
"language": "de",
"parked": true,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": {
"username": "Aspirin",
"avatar": "5b89b77b-fed1-4367-b16a-e30511952f38.jpg"
},
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/2278277");
$data = json_decode($json, true);
var_dump($data);