MAINLOOT • VANILLA • LONG için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 59,
"fps_avg": 59,
"entities_count": 102883,
"world_seed": 1337,
"world_size": 4250,
"steam_id": "90286761873867782",
"domain": null,
"id": 10661754,
"ip": "64.7.1.3",
"port": 28015,
"query": 28017,
"project_id": null,
"color": 0,
"city": "Wilmington",
"description": "\nWelcome to mainloot's long (monthly) vanilla server. We wipe every first Thursday.\r\n\r\nRules:\r\n\r\nBE CIVIL TOWARDS EVERYONE • NO DISCRIMINATION • NO SPAMMING • NO DOXING • NO ADVERTISING • NO EXPLOITS • NO CHEATING • NO BLOCKING MONUMENTS • NO EXCESSIVELY LARGE BASES • NO BAN EVADING • NO IMPERSONATION • DO NOT CALL OUT CHEATERS OR STREAMERS IN CHAT\r\n\r\nIf you have any questions, comments, or need support, join our Discord: https://discord.gg/mainloot\r\n\r\nHave fun!\r\n\r\n[RS-91962725]",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775066534,
"last_online": 1780956632,
"icon": null,
"name": "MAINLOOT • VANILLA • LONG",
"connect": "64.7.1.3:28015",
"request": "64.7.1.3:28017",
"map": "discord.gg/mainloot",
"gamemode": "Survival",
"version": "2627",
"numplayers": 5,
"maxplayers": 300,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1764544807,
"last_update": 1780956632,
"banned": false,
"wipe": 1780596814,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2723,
"language": "en",
"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/10661754");
$data = json_decode($json, true);
var_dump($data);