Hurtworld
[v1] x15 easy s8 HW69.pl Polski Hurtworld के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/10620523json
{
"response": {
"steam_id": "90284638969728010",
"domain": null,
"id": 10620523,
"ip": "51.77.56.130",
"port": 12008,
"query": 13008,
"color": 0,
"city": "Warsaw",
"description": null,
"game": 393420,
"owner": null,
"boosts": 1,
"last_offline": 1775970115,
"score": 0,
"last_online": 1776586236,
"icon": null,
"name": "[v1] x15 easy s8 HW69.pl Polski Hurtworld",
"connect": "51.77.56.130:12008",
"request": "51.77.56.130:13008",
"map": "hw69f",
"gamemode": "Hurtworld",
"version": "53",
"numplayers": 1,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "PL",
"status": true,
"votes": 0,
"points": 35,
"add_date": 1763326120,
"last_update": 1776586236,
"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": 16,
"language": "pl",
"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/10620523");
$data = json_decode($json, true);
var_dump($data);