Vai al contenuto
GET /v1/communities

Hive communities ranked, with subscriber counts

Provalo dal vivo

10 chiamate gratuite al giorno — senza registrazione, senza chiave API. Passa dal gateway oanor.

Intestazioni personalizzate (facoltative)
api.oanor.com/hive-api

Funziona. Prendi una chiave API e usala nel tuo progetto.

Ottieni una chiave API

Frammenti di codice

curl "https://api.oanor.com/hive-api/v1/communities" \
  -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/hive-api/v1/communities", {
  headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/hive-api/v1/communities");
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$out = curl_exec($ch);
import requests
requests.get(
    "https://api.oanor.com/hive-api/v1/communities",
    headers={"x-oanor-key": "oanor_test_..."}
)

Risposta di esempio

Una risposta reale di questo endpoint, acquisita dall'ultimo health check.

{
    "data": {
        "sort": "rank",
        "count": 25,
        "query": null,
        "source": "Hive",
        "communities": [
            {
                "url": "https://hive.blog/trending/hive-163772",
                "lang": "en",
                "name": "hive-163772",
                "about": "The Hive travel community",
                "title": "Worldmappin",
                "authors": 201,
                "is_nsfw": false,
                "subscribers": 18331
            },
            {
                "url": "https://hive.blog/trending/hive-105017",
                "lang": "zh",
                "name": "hive-105017",
                "about": "A community for sharing Chinese content on HIVE.",
                "title": "HIVE CN 中文社区",
                "authors": 70,
                "is_nsfw": false,
                "subscribers": 6180
            },
            {
                "url": "https://hive.blog/trending/hive-13323",
                "lang": "en",
                "name": "hive-13323",
                "about": "The Future of Web3 Gaming. Battle Trade and Earn",
                "title": "Splinterlands",
                "authors": 129,
                "is_nsfw": false,
                "subscribers": 13371
            },
            {
                "url": "https://hive.blog/trending/hive-194913",
                "lang": "en",
                "name": "hive-194913",
                "about": "A place for photography lovers to share their work and photography tips.",
                "title": "Photography Lovers",
                "authors": 184,
                "is_nsfw": false,
                "subscribers": 25846
            },
            {
                "url": "https://hive.blog/trending/hive-193552",
                "lang": "en",
                "name": "hive-193552",
                "about": "It pays to be fit",
                "title": "Actifit",
                "authors": 286,
                "is_nsfw": false,
                "subscribers": 11426
            },
            {
                "url": "https://hive.blog/trending/hive-100067",
                "lang": "es",
                "name": "hive-100067",
                "about": "Comida - Recetas - Concursos | Food - Recipes - Contests",
                "title": "Hive Food",
                "authors": 106,
                "is_nsfw": false,
                "subscribers": 6335
            },
            {
                "url": "https://hive.blog/trending/hive-142159",
                "lang": "en",
                "name": "hive-142159",
                "about": "Photography",
                "title": "Black And White",
                "authors": 99,
                "is_nsfw": false,
                "subscribers": 11697
            },
            {
                "url": "https://hive.blog/trending/hive-167922",
                "lang": "en",
                "name": "hive-167922",
                "about": "LeoFinance is a community for crypto & finance. Powered by Hive and
…