Jabroni Brawl: Episode 3
Mikusch's Server [EU] के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/9561945json
{
"response": {
"steam_id": "90284154976616453",
"domain": null,
"id": 9561945,
"ip": "37.187.132.67",
"port": 27022,
"query": 27022,
"color": 0,
"city": "Roubaix",
"description": null,
"game": 869480,
"owner": null,
"boosts": 1,
"last_offline": 1771173105,
"score": 0,
"last_online": 1776148835,
"icon": null,
"name": "Mikusch's Server [EU]",
"connect": "37.187.132.67:27022",
"request": "37.187.132.67:27022",
"map": "lambda_bunker",
"gamemode": "Jabroni Brawl: Episode 3",
"version": "175",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1750586731,
"last_update": 1776148835,
"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": 9,
"language": "fr",
"parked": false,
"app": {
"id": 21,
"steam_id": 869480,
"name": "Jabroni Brawl: Episode 3",
"url": "jabroni-brawl-episode-3"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/9561945");
$data = json_decode($json, true);
var_dump($data);