Rust
[EU] SweNations Test के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/11305344json
{
"response": {
"fps": 20,
"fps_avg": 221,
"entities_count": 51610,
"world_seed": 1337,
"world_size": 4250,
"steam_id": "90284811798528002",
"domain": null,
"id": 11305344,
"ip": "185.166.232.29",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Älvsjö",
"description": "![[EU] SweNations PVE [LegendaryWeapons|SkillTree|Events]](https://iili.io/f8rHyrX.jpg)\nWelcome to [EU] SweNations PVE\r\nNext Wipe: 07-May 2026\r\n\r\nTry our unique custom map, Skaneland. It's inspired by one of Swedens landscape, Skåne. You will not find this map on another server, it's unique to SweNations.\r\n\r\n.: Server Features :.\r\n✓ ItemPerks\r\n✓ ItemPerks Legendary\r\n✓ RoamTasks\r\n✓ SkillTree\r\n✓ Events\r\n✓ Convoys\r\n✓ RaidableBases\r\n✓ RemoverTool\r\n✓ SkipNightVote\r\n✓ StaticLootable\r\n✓ BradleyArena",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776882199,
"score": 0,
"last_online": 1776862947,
"icon": null,
"name": "[EU] SweNations Test",
"connect": "185.166.232.29:28015",
"request": "185.166.232.29:28016",
"map": "Scandinavia Custom Map Test",
"gamemode": "Survival",
"version": "2623",
"numplayers": 1,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "SE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1774592883,
"last_update": 1776882199,
"banned": false,
"wipe": 1776861921,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 9258,
"language": "sv",
"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.in/servers/11305344");
$data = json_decode($json, true);
var_dump($data);