Colors Never Die के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"steam_id": 90286632378583040,
"domain": null,
"id": 11536873,
"ip": "195.252.207.79",
"port": 16261,
"query": 16261,
"project_id": null,
"color": 0,
"city": "Greenwood",
"description": "COLORS NEVER DIE | 1990’s Street Gang RP | Coins/Drugs/Territory",
"game": 108600,
"owner": null,
"boosts": 1,
"last_offline": 1779355314,
"last_online": 1780682436,
"icon": null,
"name": "Colors Never Die",
"connect": "195.252.207.79:16261",
"request": "195.252.207.79:16261",
"map": "rv2;rvupdate;map_distanciado;AZ",
"gamemode": "Project Zomboid",
"version": "42.19",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779355314,
"last_update": 1780682436,
"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": 2284,
"language": "en",
"parked": false,
"app": {
"id": 71,
"steam_id": 108600,
"name": "Project Zomboid",
"url": "project-zomboid"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11536873");
$data = json_decode($json, true);
var_dump($data);