Nova-Life: Amboise
API for District RP V2 | 50K Start | Serious Rp | Exclusif
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10522927json
{
"response": {
"steam_id": null,
"domain": null,
"id": 10522927,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": null,
"game": 885570,
"owner": 142500,
"boosts": 1,
"last_offline": 1764655285,
"score": 0,
"last_online": 1763760017,
"icon": null,
"name": "District RP V2 | 50K Start | Serious Rp | Exclusif",
"connect": null,
"request": null,
"map": "Amboise",
"gamemode": "Nova-Life: Amboise",
"version": null,
"numplayers": 0,
"maxplayers": 70,
"bots": 0,
"secured": false,
"private": false,
"country": "FR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1761594347,
"last_update": 1764655285,
"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": 32,
"language": "fr",
"parked": true,
"app": {
"id": 48590,
"steam_id": 885570,
"name": "Nova-Life: Amboise",
"url": "nova-life-amboise"
},
"server_owner": {
"username": "District",
"avatar": "4e9d6b35-c0b9-45c8-801b-1b93960c42dd.jpg",
"last_online": 1766944575
},
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/10522927");
$data = json_decode($json, true);
var_dump($data);