Rust
#7-[搞就完了]1000倍/4.22新档/全解秒造/无可畏惧 için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11261071json
{
"response": {
"oxide": true,
"modded": true,
"fps": 39,
"fps_avg": 38,
"entities_count": 104139,
"world_seed": 828342621,
"world_size": 4000,
"steam_id": "90284789473590274",
"domain": null,
"id": 11261071,
"ip": "103.91.208.122",
"port": 13020,
"query": 13023,
"color": 0,
"city": "Jinan",
"description": "![#7-[搞就完了]1000倍/4.22新档/全解秒造/无可畏惧](https://pic1.imgdb.cn/item/5ec64850c2a9a83be5acd811.jpg)\n☆。【搞就完了】玩家交流QQ群:234055789 ☆。【搞就完了】禁挂.办宏.禁卡石头.禁燃烧弹. ☆。【搞就完了】六年老服,终身承诺. \r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\n☆。【搞就完了】欢迎赞助,购买,举报请加QQ37699220 \r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\n☆。【搞就完了】平民消费,终身受用,稳定长久,感谢支持 ☆。【搞就完了】座右铭,钱不是真的花了,只是换个方式陪伴!\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\n————————————————————————",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776811999,
"score": 0,
"last_online": 1776833416,
"icon": null,
"name": "#7-[搞就完了]1000倍/4.22新档/全解秒造/无可畏惧",
"connect": "103.91.208.122:13020",
"request": "103.91.208.122:13023",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 18,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 70,
"add_date": 1774555218,
"last_update": 1776833416,
"banned": false,
"wipe": 1776558552,
"official": null,
"wipe_period": "monthly",
"next_wipe": 1779150552,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 534,
"language": "zh",
"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/11261071");
$data = json_decode($json, true);
var_dump($data);