Garry's Mod
[FR] KalistaRP | 100K START | EXCLU | FLUIDE | RECRUTE के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/11489401json
{
"response": {
"steam_id": "85568392936206968",
"domain": null,
"id": 11489401,
"ip": "212.227.22.149",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Paris",
"description": null,
"game": 4000,
"owner": null,
"boosts": 1,
"last_offline": 1776419572,
"score": 0,
"last_online": 1776445245,
"icon": null,
"name": "[FR] KalistaRP | 100K START | EXCLU | FLUIDE | RECRUTE",
"connect": "212.227.22.149:27015",
"request": "212.227.22.149:27015",
"map": "rp_riverden_v1a",
"gamemode": "DarkRP",
"version": "2025.03.26",
"numplayers": 1,
"maxplayers": 64,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 31,
"add_date": 1776419572,
"last_update": 1776445245,
"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": 689,
"language": "fr",
"parked": false,
"app": {
"id": 30,
"steam_id": 4000,
"name": "Garry's Mod",
"url": "garrys-mod"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11489401");
$data = json_decode($json, true);
var_dump($data);