API для [PR} Archipiélago Perfecto PFKNR
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 247,
"fps_avg": 251,
"entities_count": 64563,
"world_seed": 1818866787,
"world_size": 3500,
"steam_id": "90286613921366021",
"domain": null,
"id": 10979065,
"ip": "74.109.61.43",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Allentown",
"description": "\nPuerto Rico PFKNR’ Rust\r\nServidor boricua donde cada isla es una guerra. PvP activo, eventos, clanes y mucha traición.\r\n¡Sobrevive entre islas o muere como un puerco!\r\n\r\nServidor Latino Mensual - Vanilla\r\n\r\nWipe Mensual Primer Jueves 3PM en el Force Wipe.\r\n\r\nMAX GROUP: 4\r\nNO ALIANZAS - RAIDEO\r\nMAP: FacePunch\r\nSIZE: 3500 \r\n\r\nReglas: https://discord.gg/wcbA9HvC3q\r\n\r\n\r\nXeon 20 Cores 3.4 GHz - 328 Gb Ram !! 10 TB M.2 Host !!\r\n2.5GB Coneexion De Internet NO LAG",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780620857,
"last_online": 1780639832,
"icon": null,
"name": "[PR} Archipiélago Perfecto PFKNR",
"connect": "74.109.61.43:28015",
"request": "74.109.61.43:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1769901046,
"last_update": 1780639832,
"banned": false,
"wipe": 1780620808,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3871,
"language": "en",
"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/10979065");
$data = json_decode($json, true);
var_dump($data);