API pentru MEMOSH.GG 3X SOLO ONLY | JUST WIPED | TP & HOME | NO TEAMING
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"fps": 215,
"fps_avg": 207,
"entities_count": 53287,
"world_seed": 1242439019,
"world_size": 3000,
"steam_id": "90286444783383579",
"domain": null,
"id": 11305117,
"ip": "157.85.95.131",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Frankfurt am Main",
"description": "\nWelcome to MEMOSH 3X SOLO!\r\n\r\nWipe Schedule:\r\n- Map Wipe: Every Monday at 18:00 CEST\r\n- Full Wipe: Every Thursday at 18:00 CEST\r\n\r\nFeatures:\r\n- 3x Gather Components & Scrap\r\n- 3x Crafting & Fast Smelting\r\n- Solo Only (Group Limit: 1)\r\n- Teleport & Home \r\n- Balanced Kits\r\n- Tier 1 BPs Unlocked\r\n- Always Day\r\n- Active Staff\r\n- Anti-Teaming System\r\n\r\nEnjoy your stay!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779995623,
"last_online": 1780593029,
"icon": null,
"name": "MEMOSH.GG 3X SOLO ONLY | JUST WIPED | TP & HOME | NO TEAMING",
"connect": "157.85.95.131:28015",
"request": "157.85.95.131:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 1,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1774592879,
"last_update": 1780593029,
"banned": false,
"wipe": 1780235522,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1877,
"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/11305117");
$data = json_decode($json, true);
var_dump($data);