API для [EU] FireRust Primitive|Wiped 4/6
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 40,
"fps_avg": 39,
"entities_count": 63737,
"world_seed": 1805576835,
"world_size": 3500,
"steam_id": "90286604126864385",
"domain": null,
"id": 7466785,
"ip": "162.55.236.48",
"port": 28055,
"query": 28058,
"color": 0,
"city": "Falkenstein",
"description": "![[EU] FireRust Primitive|Wiped 4/6](https://www.firerust.com/img/headers/firerust_primitive.png)\nWelcome to our Primitive game mode server!\n\nThis server is 100% Vanilla Primitive\n\nRules on this server:\n-No accounts with more than 1 VAC ban. VAC ban must be older than 365 days\n-No private/not setup accounts allowed\n-No Racism.\n-No Cheating.\n-No Glitching/Exploiting.\n-No team limit.\n\nJoin our Discord: firerust.com/discord\n\nBP's wipe every force wipe\n\nThe last wipe was on Thursday 4/6\nThe next wipe will be on Saturday 4/7 (30 day wipe schedule)\nThe map size is 3500 and the seed is 1805576835 (BP wiped Thursday 4/6)",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780596270,
"last_online": 1780599633,
"icon": null,
"name": "[EU] FireRust Primitive|Wiped 4/6",
"connect": "162.55.236.48:28055",
"request": "162.55.236.48:28058",
"map": "Procedural Map",
"gamemode": "Primitive",
"version": "2627",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1739234713,
"last_update": 1780599633,
"banned": false,
"wipe": 1780596412,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2950,
"language": "de",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/7466785");
$data = json_decode($json, true);
var_dump($data);