API для [FR]🔵 FFA Neon Frags 🔵| Rank | !WS | DM
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 7670190,
"ip": null,
"port": null,
"query": null,
"project_id": null,
"color": 0,
"city": null,
"description": "[{\"id\":\"8NROoeh8C9\",\"type\":\"paragraph\",\"data\":{\"text\":\"\\n\\n\"}}]",
"game": 730,
"owner": 43648,
"boosts": 1,
"last_offline": 1750457066,
"last_online": 1740588027,
"icon": null,
"name": "[FR]🔵 FFA Neon Frags 🔵| Rank | !WS | DM",
"connect": null,
"request": null,
"map": "de_mirage",
"gamemode": null,
"version": null,
"numplayers": 0,
"maxplayers": 20,
"bots": 0,
"secured": false,
"private": false,
"country": "FR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1739564415,
"last_update": 1750457066,
"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": 15216,
"language": "fr",
"parked": true,
"app": {
"id": 2,
"steam_id": 730,
"name": "Counter-Strike 2",
"url": "counter-strike-2"
},
"server_owner": {
"username": "nicorega",
"avatar": "92b5881d-509d-4b0e-9182-4a0dfe6e695c.jpg"
},
"mods": [
{
"id": 5,
"name": "Admin System"
},
{
"id": 436,
"name": "Weapon Skins"
},
{
"id": 348,
"name": "Smoke Color"
},
{
"id": 404,
"name": "Welcome"
},
{
"id": 99,
"name": "DiscordRelay"
}
],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/7670190");
$data = json_decode($json, true);
var_dump($data);