Naar de inhoud
GET /v1/trending

Platform posts, ranked

Probeer het live

10 gratis calls per dag — geen registratie, geen API-key. Loopt via de oanor-gateway.

Aangepaste headers (optioneel)
api.oanor.com/hive-api

Het werkt. Haal een API-key op en gebruik hem in je project.

Verkrijg een API-sleutel

Codefragmenten

curl "https://api.oanor.com/hive-api/v1/trending" \
  -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/hive-api/v1/trending", {
  headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/hive-api/v1/trending");
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/trending",
    headers={"x-oanor-key": "oanor_test_..."}
)

Voorbeeldrespons

Een echte respons van dit endpoint, vastgelegd bij de laatste health check.

{
    "data": {
        "tag": "photography",
        "sort": "trending",
        "count": 20,
        "posts": [
            {
                "url": "https://hive.blog/hive-163772/@onyfest/museu-do-coa-exterior-riding-portugal",
                "tags": [
                    "photography",
                    "gems",
                    "ocd",
                    "creativecoin",
                    "neoxian",
                    "travel",
                    "palnet",
                    "portugal",
                    "lifestyle",
                    "blog"
                ],
                "title": "Museu do Côa - Exterior / Riding Portugal",
                "votes": 860,
                "author": "onyfest",
                "created": "2026-06-08T22:25:00",
                "excerpt": "Hello everyone and welcome to my blog :-) This was the reason that brought us to this part of the country, the famous Côa Museum, and the arrival was one of those moments when I realized that the way it was conceived and built made the building itself compete for attention with the surrounding lands",
                "category": "hive-163772",
                "comments": 8,
                "permlink": "museu-do-coa-exterior-riding-portugal",
                "payout_hbd": 19.745
            },
            {
                "url": "https://hive.blog/hive-163772/@ladytruckview/worth-stopping-for",
                "tags": [
                    "travel",
                    "travelfeed",
                    "pl-travelfeed",
                    "worldmappin",
                    "architecture",
                    "polish",
                    "poland",
                    "church",
                    "photography",
                    "photographylovers"
                ],
                "title": "WORTH STOPPING FOR",
                "votes": 1080,
                "author": "ladytruckview",
                "created": "2026-06-08T18:08:24",
                "excerpt": "Today I’m taking you back to the Low Beskids once again, this time to a small village called Zdynia. There is another church here dedicated to the PROTECTION OF THE MOTHER OF GOD. I had the chance to see this church on the last day of my stay in Gładyszów, just before heading back home. It is locate",
                "category": "hive-163772",
                "comments": 7,
                "permlink": "worth-stopping-for",
                "payout_hbd": 20.984
            },
            {
                "url": "https://hive.blog/hive-105017/@oflyhigh/7tbafp-and",
                "tags": [
                    "cn",
                    "life",
                    "blog",
                    "nature",
                    "photography"
                ],
                "title": "带娃去遛弯 & 看耍猴",
                "votes": 254,
                "author": "oflyhigh",
                "created": "2026-06-08T11:29:36",
                "excerpt": "周日中午骤雨初歇,儿子喊我带他出去放风。虽然我极其懒惰不爱活动,但想着孩子已经在家憋了一上午,就勉为其难地带他出去转转吧。 原本只打算带他在
…