Rust
API pentru #10-[搞就完了]10倍/4.22新档/无权/萌新首选
JSON pentru programe, site-uri și altele
text
https://api.gamemonitoring.ro/servers/11261108json
{
"response": {
"oxide": true,
"modded": true,
"fps": 55,
"fps_avg": 57,
"entities_count": 100843,
"world_seed": 1028197689,
"world_size": 4000,
"steam_id": "90284789543403544",
"domain": null,
"id": 11261108,
"ip": "103.91.208.144",
"port": 12930,
"query": 12933,
"color": 0,
"city": "Jinan",
"description": "![#10-[搞就完了]10倍/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\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\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\n————————————————————————",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776811999,
"score": 0,
"last_online": 1776838960,
"icon": null,
"name": "#10-[搞就完了]10倍/4.22新档/无权/萌新首选",
"connect": "103.91.208.144:12930",
"request": "103.91.208.144:12933",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 25,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1774555219,
"last_update": 1776838960,
"banned": false,
"wipe": 1776558404,
"official": null,
"wipe_period": "monthly",
"next_wipe": 1779150404,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2032,
"language": "zh",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/11261108");
$data = json_decode($json, true);
var_dump($data);