StrangeRust X2 | FR/EU x2 Weekly NoLimit | strangerust.xyz için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 60,
"fps_avg": 60,
"entities_count": 41589,
"world_seed": 22693832,
"world_size": 3000,
"steam_id": "90286968931766274",
"domain": null,
"id": 11759553,
"ip": "185.229.202.187",
"port": 28015,
"query": 28016,
"project_id": null,
"color": 0,
"city": "Frankfurt",
"description": "\nStrangeRust X2 - x2 Gather & Loot - Weekly - No Team Limit - FR/EU\r\n\r\nFast, fair and 100% NO pay-to-win. Built for active PvP and big team fights - jump in and start wiping.\r\n\r\n- Gather x2, Loot x2, Sulfur x1.5: fast progression, no endless grind\r\n- Weekly map wipe (Thursdays) + monthly full wipe: always fresh\r\n- NO team / group limit: bring your whole crew\r\n- Clans with levels, XP and leaderboards\r\n- Free kits, VIP ranks and a coin shop (cosmetic perks, never pay-to-win)\r\n- Player Coinflip, regular events and vote rewards: type /vote for free loot\r\n- Active admins, anti-cheat and smooth 200+ FPS, lag free\r\n- Friendly EN / FR / RU community\r\n\r\nJOIN NOW: connect 185.229.202.187:28015\r\nWebsite: strangerust.xyz Store: store.strangerust.xyz Discord: strangerust.xyz/discord",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1781363033,
"last_online": 1781364029,
"icon": null,
"name": "StrangeRust X2 | FR/EU x2 Weekly NoLimit | strangerust.xyz",
"connect": "185.229.202.187:28015",
"request": "185.229.202.187:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 2,
"maxplayers": 150,
"bots": 0,
"secured": false,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1780931721,
"last_update": 1781364029,
"banned": false,
"wipe": 1781190369,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5995,
"language": "de",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11759553");
$data = json_decode($json, true);
var_dump($data);