Hurtworld
SSSR/kit/warp/home/wipe17.04 के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/11181478json
{
"response": {
"steam_id": "90284595096870921",
"domain": null,
"id": 11181478,
"ip": "92.38.222.180",
"port": 15555,
"query": 12881,
"color": 0,
"city": "Moscow",
"description": null,
"game": 393420,
"owner": null,
"boosts": 1,
"last_offline": 1774087317,
"score": 0,
"last_online": 1776583235,
"icon": null,
"name": "SSSR/kit/warp/home/wipe17.04",
"connect": "92.38.222.180:15555",
"request": "92.38.222.180:12881",
"map": "nullius",
"gamemode": "Hurtworld",
"version": "191",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": true,
"country": "RU",
"status": true,
"votes": 0,
"points": 35,
"add_date": 1772229740,
"last_update": 1776583235,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 10,
"language": "ru",
"parked": false,
"app": {
"id": 134,
"steam_id": 393420,
"name": "Hurtworld",
"url": "hurtworld"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11181478");
$data = json_decode($json, true);
var_dump($data);