RUSTYHUB#1 x2 max 3 | ДЛЯ НОВИЧКОВ için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11143371,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": "Kirov",
"description": null,
"game": 252490,
"owner": 169935,
"boosts": 1,
"last_offline": 1772689903,
"last_online": 1771802414,
"icon": null,
"name": "RUSTYHUB#1 x2 max 3 | ДЛЯ НОВИЧКОВ",
"connect": null,
"request": null,
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": null,
"numplayers": 0,
"maxplayers": 150,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1771755038,
"last_update": 1772689903,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": 1,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 13432,
"language": "ru",
"parked": true,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": {
"username": "rets1",
"avatar": "ed63f1e6-675d-4d95-a167-926f058fe519.jpg"
},
"mods": [
{
"id": 1388,
"name": "Stack Size Controller"
},
{
"id": 1823,
"name": "BetterChat"
},
{
"id": 1180,
"name": "POP"
},
{
"id": 1806,
"name": "BlueprintShare"
}
],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11143371");
$data = json_decode($json, true);
var_dump($data);