Project Zomboid
Zombiverso Roleplay के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/7042376json
{
"response": {
"steam_id": null,
"domain": null,
"id": 7042376,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": "Montreal",
"description": "[{\"id\":\"5ZrrLoVIcf\",\"type\":\"paragraph\",\"data\":{\"text\":\"Servidor Roleplay con Whitelist, Respawn en ciudad Zombiverso, mapa reducido por gas para mas interacción entre jugadores, diario al 70 %, mod estilo de vida para una mayor inmersión.\"}},{\"id\":\"v4hBqRSui_\",\"type\":\"paragraph\",\"data\":{\"text\":\"Pásate por discord para rellenar el formulario de admisión.\"}},{\"id\":\"QMY-G2V7pc\",\"type\":\"paragraph\",\"data\":{\"text\":\"[https://discord.gg/h42McXaCWP](https://discord.gg/h42McXaCWP)\"}},{\"id\":\"H8LLTKmMGa\",\"type\":\"image\",\"data\":{\"caption\":\"\",\"withBorder\":false,\"withBackground\":false,\"stretched\":false,\"file\":{\"url\":\"https://cdn.gamemonitoring.net/images/content/349c4bfe-64ad-4ef6-9af5-de3d8b4ebaf3.png\"}}}]",
"game": 108600,
"owner": 93477,
"boosts": 1,
"last_offline": 1772172055,
"score": 4.4,
"last_online": 1771261813,
"icon": null,
"name": "Zombiverso Roleplay",
"connect": null,
"request": null,
"map": "AZSpawn;Louisville_Quarantine_Z",
"gamemode": "Project Zomboid",
"version": null,
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": false,
"private": true,
"country": "CA",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1735472556,
"last_update": 1772172055,
"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": 5755,
"language": "es",
"parked": true,
"app": {
"id": 71,
"steam_id": 108600,
"name": "Project Zomboid",
"url": "project-zomboid"
},
"server_owner": {
"username": "Misterfvlog",
"avatar": "3224be60-7adf-45cc-9995-04bda894177e.jpg",
"last_online": 1767534657
},
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/7042376");
$data = json_decode($json, true);
var_dump($data);