Regiment 9 - Arland Conflict Vanilla - Beginners & Crossplay Welcome! के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11492544,
"ip": "15.204.205.61",
"port": 2001,
"query": 17777,
"color": 0,
"city": "Reston",
"description": "[{\"id\":\"WLA8QuC82U\",\"type\":\"paragraph\",\"data\":{\"text\":\"Welcome to Regiment 9! We have a Conflict PvE server based in Takistan. Instead of just one Conflict PvE Ai faction, we have two that fit properly into the setting of Takistan. The Ai are Takistani Army and Takistan Guerrillas, with fitting uniforms, guns, and vehicles for the US. The mods require roughly 14 gigs of space, but it's well worth it! The mission we use has random vehicles that spawn based on taking bases, and active anti-air vehicles randomly spawn. There are plenty of counterattacks the Ai do on their own as well. It's a fun time and I hope you join us!\"}}]",
"game": 1874880,
"owner": 194911,
"boosts": 1,
"last_offline": 1780239852,
"last_online": 1780245620,
"icon": null,
"name": "Regiment 9 - Arland Conflict Vanilla - Beginners & Crossplay Welcome!",
"connect": "15.204.205.61:2001",
"request": "15.204.205.61:17777",
"map": "#AR-MainMenu_ConflictArland_Name",
"gamemode": "Arma Reforger",
"version": "1.7.0.41",
"numplayers": 0,
"maxplayers": 74,
"bots": 0,
"secured": false,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 90,
"add_date": 1778946445,
"last_update": 1780245620,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 1,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5,
"language": "en",
"parked": false,
"app": {
"id": 55076,
"steam_id": 1874880,
"name": "Arma Reforger",
"url": "arma-reforger"
},
"server_owner": {
"username": "oatmeal",
"avatar": "no.jpg"
},
"mods": [
{
"id": 2287,
"name": "ACE"
},
{
"id": 2331,
"name": "Takistani Factions"
},
{
"id": 2332,
"name": "Takistan"
},
{
"id": 2333,
"name": "Middle East Insurgents"
},
{
"id": 2334,
"name": "Vehicle Counter Attacks"
}
],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11492544");
$data = json_decode($json, true);
var_dump($data);