API pentru JustifiedGamingDotCom
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"fps": 83,
"fps_avg": 78,
"entities_count": 77505,
"world_seed": 1337,
"world_size": 4000,
"steam_id": "90286583011251209",
"domain": null,
"id": 11607161,
"ip": "97.87.129.151",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Sullivan",
"description": "\nWelcome to JustifiedGamingDotCom\r\n Custom Map: LandoftheJustified Made By Splendid\r\n Custom Monuments and Unique Map Locations\r\n Balanced Modded Rust with Quality-of-Life Features\r\n Wipe Schedule: Monthly Map Wipes / Monthly BP Wipes\r\n Features: Custom Skins, Starter Kits, Events, Better Progression, and Active Admin Support\r\n Join Discord: https://discord.gg/qJWH5tPJv5",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780551861,
"last_online": 1780552235,
"icon": null,
"name": "JustifiedGamingDotCom",
"connect": "97.87.129.151:28015",
"request": "97.87.129.151:28016",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779915497,
"last_update": 1780552235,
"banned": false,
"wipe": 1780307196,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5547,
"language": "en",
"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/11607161");
$data = json_decode($json, true);
var_dump($data);