Rising World
Hosted by GTXGaming.co.uk के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/10757119json
{
"response": {
"steam_id": "90284352188997642",
"domain": null,
"id": 10757119,
"ip": "69.10.49.19",
"port": 4255,
"query": 4254,
"color": 0,
"city": "Secaucus",
"description": null,
"game": 324080,
"owner": null,
"boosts": 1,
"last_offline": 1774697546,
"score": 0,
"last_online": 1776380501,
"icon": null,
"name": "Hosted by GTXGaming.co.uk",
"connect": "69.10.49.19:4255",
"request": "69.10.49.19:4254",
"map": "New World",
"gamemode": "Rising World (New Version)",
"version": "202505092",
"numplayers": 0,
"maxplayers": 12,
"bots": 0,
"secured": false,
"private": true,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1766254987,
"last_update": 1776380501,
"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": 51,
"language": "en",
"parked": false,
"app": {
"id": 4472,
"steam_id": 324080,
"name": "Rising World",
"url": "rising-world"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/10757119");
$data = json_decode($json, true);
var_dump($data);