Rust
Rusticated.com - EU Main 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/5664227json
{
"response": {
"fps": 40,
"fps_avg": 39,
"entities_count": 287744,
"world_seed": 1306696667,
"world_size": 4555,
"steam_id": "90284217568981017",
"domain": null,
"id": 5664227,
"ip": "185.248.134.61",
"port": 28010,
"query": 28015,
"color": 0,
"city": "London",
"description": "\nThursday weekly wipes, Blueprints wipe every Month\r\nBuy SkipQueue at: www.rusticated.com/vip\r\nDiscord: www.rusticated.com/discord\r\n\r\nPlease follow the rules below: \r\n- English in chat \r\n- No Racism, Homophobia, Harassment or Excessive Toxicity \r\n- No Advertising \r\n- Any form of cheats / hacking is not allowed \r\n- Staff have final say, being toxic to staff will get you automatically removed \r\n- Any association with a gamebanned rust account or playing with a user with a old gamebanned rust account will cause you to be banned",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775157132,
"score": 0,
"last_online": 1775898610,
"icon": null,
"name": "Rusticated.com - EU Main",
"connect": "185.248.134.61:28010",
"request": "185.248.134.61:28015",
"map": "Rusticated Generated Maps",
"gamemode": "Survival",
"version": "2623",
"numplayers": 175,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 104,
"add_date": 1723803464,
"last_update": 1775898610,
"banned": false,
"wipe": 1775739479,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 158,
"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/5664227");
$data = json_decode($json, true);
var_dump($data);