SCP: Secret Laboratory
RU|Бульба NoRulesExiled 9.10.2UCR 9.0.0 için API
Geniş bir entegrasyon yöntemleri yelpazesi sunuyoruz. Bunlardan herhangi birini kullanabilir veya JSON API'sini kullanarak kendinizinkini oluşturabilirsiniz. Yeni bir entegrasyon yöntemi ekleme öneriniz varsa, lütfen bizimle iletişime geçin. Bizimle iletişime geçin
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/10351116json
{
"response": {
"steam_id": null,
"domain": null,
"id": 10351116,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": "Moscow",
"description": "[{\"id\":\"IkzWqmy4bU\",\"type\":\"paragraph\",\"data\":{\"text\":\"на нашем серверы вы можете хорошо провести время или повеселится\\nтакже вы можете стать админом или ивентологом \"}},{\"id\":\"dJvaoOhgNo\",\"type\":\"linkTool\",\"data\":{\"link\":\"https://discord.gg/wS84hnTXaJ\",\"meta\":{\"description\":\"проект серверов бульба это хорошее место для игры | Участники: 5\",\"image\":{\"url\":null},\"title\":\"бульба scp sl\"}}},{\"id\":\"5tYx1A3iJk\",\"type\":\"paragraph\",\"data\":{\"text\":\"вот наши правила \"}},{\"id\":\"oh_uffpQBE\",\"type\":\"linkTool\",\"data\":{\"link\":\"https://docs.google.com/document/d/1Exx6Vp49xQnIIj0XfzqDQKXxzKw2rkcMWjMieDUEkgY/edit?usp=sharing\",\"meta\":{}}}]",
"game": 700330,
"owner": 136693,
"boosts": 1,
"last_offline": 1765414855,
"score": 5,
"last_online": 1764532213,
"icon": null,
"name": "RU|Бульба NoRulesExiled 9.10.2UCR 9.0.0",
"connect": null,
"request": null,
"map": "Facility",
"gamemode": "SCP: Secret Laboratory",
"version": null,
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1758531285,
"last_update": 1765414855,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": 1,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 39,
"language": "ru",
"parked": true,
"app": {
"id": 18576,
"steam_id": 700330,
"name": "SCP: Secret Laboratory",
"url": "scp-secret-laboratory"
},
"server_owner": {
"username": "cat14552",
"avatar": "40801055-4802-4c86-b848-0776f33b4d98.jpg",
"last_online": 1769859464
},
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/10351116");
$data = json_decode($json, true);
var_dump($data);