Tgstat Api Search Channels !!top!! Today

Here’s how to search for Telegram channels using the : 🔍 TGStat API – Search Channels Endpoint Endpoint: GET https://api.tgstat.ru/channels/search Required Parameters | Parameter | Type | Description | |-----------|------|-------------| | token | string | Your TGStat API token | Common Search Parameters | Parameter | Description | |-----------|-------------| | q | Search query (channel name or description) | | category | Filter by category (e.g., news , blog , education ) | | lang | Language code ( ru , en , etc.) | | limit | Results per page (max 100, default 10) | | offset | Pagination offset | Example Request (cURL) curl -X GET "https://api.tgstat.ru/channels/search?token=YOUR_TOKEN&q=technology&limit=20" Example Response "status": "success", "response": "items": [ "channel_id": "123456789", "username": "tech_news", "title": "Tech News Daily", "description": "Latest tech updates", "participants_count": 25000, "avg_posts_reach": 18500 ], "count": 150, "total": 150