Rust
Chillax PvE | PVP | Raidables | QoL | VIP için API
Geniş bir entegrasyon yöntemleri yelpazesi sunuyoruz. Bunlardan herhangi birini kullanabilir veya JSON API'sini kullanarak kendinizinkini oluşturabilirsiniz. Yeni bir entegrasyon yöntemi ekleme öneriniz varsa, lütfen bizimle iletişime geçin. Bizimle iletişime geçin
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/9834964json
{
"response": {
"fps": 69,
"fps_avg": 68,
"entities_count": 109724,
"world_seed": 1094542118,
"world_size": 4250,
"steam_id": "90284173675870223",
"domain": null,
"id": 9834964,
"ip": "92.118.19.40",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Dallas",
"description": "\nFriendly players and noobs welcome! Monthly Wipe. Hybrid PvPvE server with NO OFFLINING. \r\n\r\n-QoL- 25% upkeep, XL inventory stacks, backpacks, stackable chests, automatic sorting, free minis, free night vision, offline raid protection, skill tree, and more! \r\n-EVENTS- raidable bases, guarded crate events, npc raiders, and Convoy! \r\n-FUN- amusement rides, racing for prizes, gun ranges, mazes, jetpacks, skinbox \r\n-KITS- super affordable VIP kits including personal recyclers, pumpjacks, mining rig, and more!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775817123,
"score": 0,
"last_online": 1775888416,
"icon": null,
"name": "Chillax PvE | PVP | Raidables | QoL | VIP",
"connect": "92.118.19.40:28015",
"request": "92.118.19.40:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1752960366,
"last_update": 1775888416,
"banned": false,
"wipe": 1775158500,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3671,
"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/9834964");
$data = json_decode($json, true);
var_dump($data);