API pentru [EU] Frustration | x2 | Monthly Main | No BP Wipe | Wipe 4/6
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"fps": 52,
"fps_avg": 48,
"entities_count": 89768,
"world_seed": 459679543,
"world_size": 4000,
"steam_id": "90286604442217478",
"domain": null,
"id": 11710858,
"ip": "148.251.106.187",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Falkenstein",
"description": "![[EU] Frustration | x2 | Monthly Main | No BP Wipe | Wipe 4/6](https://i.ibb.co/2Kwdw28/Untitled.png)\nWelcome to Frustration community server\n\nWipe: 1st Thursday of each month @ 19:00 GMT (UK-TIME)\nNo BP Wipe.\n\n Features:\n - Recyclers at Dome, Oilrigs, Cargo, Ranches and Fishing\n - 50% Upkeep for better experience\n - 55 Minutes Day / 5 Minutes Night\n - Skinbox for all with /skin in chat\n - Oil Rig Respawn (30min)\n - Unlocked Crate (10min)\n - Mini's spawn on roads\n - Advanced Anti-Cheat\n - 2x Gather Rates\n - No Pay-to-Win\n - Noob Friendly\n\n Rules:\n - Close quarry are not allowed and result a ban\n - No VAC or Steam game bans within 90 days\n - No EAC bans within 90 days\n - No more than 2 total bans\n - No Racism or Homophobia\n - No ADS / Spamming\n\n[RS-afb8392f]",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780596861,
"last_online": 1780599037,
"icon": null,
"name": "[EU] Frustration | x2 | Monthly Main | No BP Wipe | Wipe 4/6",
"connect": "148.251.106.187:28015",
"request": "148.251.106.187:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 3,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 63,
"add_date": 1780300725,
"last_update": 1780599037,
"banned": false,
"wipe": 1780597007,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1318,
"language": "de",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/11710858");
$data = json_decode($json, true);
var_dump($data);