Zum Inhalt springen
GET /v1/communities

Hive communities ranked, with subscriber counts

Live testen

10 freie Calls pro Tag — keine Anmeldung, kein API-Key. Geht durchs oanor-Gateway.

Eigene Header (optional)
api.oanor.com/hive-api

Funktioniert. Hol dir einen API-Key und nutze sie in deinem Projekt.

API-Key holen

Code-Snippets

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_..."}
)

Beispiel-Response

Echte Antwort dieses Endpoints, erfasst beim letzten 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
…