Korepi Rust | NOLIMIT | КЛАССИКА X2 | RU | 13.02 के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11138688,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": "Moscow",
"description": "\nWipe: monday at 14:00 GMT+3\r\nTeam - NOLIMIT\r\n\r\nMods:\r\nResources: 2X\r\nComponents: 1X\r\nResources stacks: 5000\r\nCraft: 0%\r\n\r\nSupport:\r\nDiscord: https://discord.gg/4rpVUGfsRU\r\nTelegram: @korepirust\r\nWebsite: https://korepirust.gamestores.app",
"game": 252490,
"owner": 166806,
"boosts": 1,
"last_offline": 1773640891,
"last_online": 1772755213,
"icon": null,
"name": "Korepi Rust | NOLIMIT | КЛАССИКА X2 | RU | 13.02",
"connect": null,
"request": null,
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": null,
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1770484607,
"last_update": 1773640891,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 13415,
"language": "ru",
"parked": true,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": {
"username": "vladimir_sidorenko",
"avatar": "2ec408e0-fa45-409c-aedd-fa5ca9224b4e.jpg"
},
"mods": [
{
"id": 1388,
"name": "Stack Size Controller"
},
{
"id": 1451,
"name": "Trade"
},
{
"id": 824,
"name": "Gather Manager"
}
],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11138688");
$data = json_decode($json, true);
var_dump($data);