Primal Carnage: Extinction
Official EU Wave Survival के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/11394780json
{
"response": {
"steam_id": "90285190522383378",
"domain": null,
"id": 11394780,
"ip": "157.85.95.218",
"port": 21025,
"query": 21027,
"color": 0,
"city": "Frankfurt am Main",
"description": null,
"game": 321360,
"owner": null,
"boosts": 1,
"last_offline": 1775479284,
"score": 0,
"last_online": 1777609928,
"icon": null,
"name": "Official EU Wave Survival",
"connect": "157.85.95.218:21025",
"request": "157.85.95.218:21027",
"map": "ai-whiteforest",
"gamemode": "PCSurvivalGame",
"version": "3.2.0",
"numplayers": 0,
"maxplayers": 5,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1774597068,
"last_update": 1777609928,
"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": 12,
"language": "de",
"parked": false,
"app": {
"id": 4384,
"steam_id": 321360,
"name": "Primal Carnage: Extinction",
"url": "primal-carnage-extinction"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11394780");
$data = json_decode($json, true);
var_dump($data);