Rusty.co.il | לארשי | 04/06 (יעובש) के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"steam_id": "90286604285190149",
"domain": null,
"id": 8528619,
"ip": "191.96.229.124",
"port": 27015,
"query": 28017,
"project_id": null,
"color": 0,
"city": "Petah Tikva",
"description": "\nShalom!\r\nMap - Weekly at Thursday 17:00 (IL Time)\r\nBPs - Every force map wipe | Next @ Jul's force wipe\r\n\r\nWebsite: rusty.co.il\r\nDiscord: discord.rusty.co.il\r\n→ Map size: 3000\r\n→ Map seed: 89105691\r\n→ Team limit: 4\r\n\r\nRules:\r\n- No hacking / scripting\r\n- No intentional bug abuse\r\n- No EAC / FP banned alts\r\n- No ban evading\r\n- No racism\r\n\r\nEnjoy your stay!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1781367179,
"last_online": 1781136028,
"icon": null,
"name": "Rusty.co.il | לארשי | 04/06 (יעובש)",
"connect": "191.96.229.124:27015",
"request": "191.96.229.124:28017",
"map": "www.Rusty.co.il",
"gamemode": "Rust",
"version": "2627",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "IL",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1744458107,
"last_update": 1781367179,
"banned": false,
"wipe": 1780596779,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 9917,
"language": "he",
"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/8528619");
$data = json_decode($json, true);
var_dump($data);