Aller au contenu
GET /v1/posts

The post feed

Essayez-le en direct

10 appels gratuits par jour — sans inscription, sans clé API. Passe par la passerelle oanor.

En-têtes personnalisés (facultatif)
api.oanor.com/piefed-api

Ça marche. Récupérez une clé API et utilisez-la dans votre projet.

Obtenez une clé API

Extraits de code

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

Exemple de réponse

Une réponse réelle de ce endpoint, capturée lors du dernier contrôle de santé.

{
    "data": {
        "sort": "Hot",
        "count": 25,
        "posts": [
            {
                "id": 2128939,
                "url": "https://crazypeople.online/pictrs/image/536d10e7-d8a0-4345-ae71-8e912842442b.webp",
                "nsfw": false,
                "score": 88,
                "title": "What do rule like?",
                "author": "toomanypancakes",
                "upvotes": 88,
                "comments": 3,
                "community": "onehundredninetysix",
                "downvotes": 0,
                "published": "2026-06-10T12:51:41.848720Z",
                "community_title": "196"
            },
            {
                "id": 2128907,
                "url": "https://lemmy.world/pictrs/image/e00aabe8-bd11-4e5a-85c9-725527db8e39.jpeg",
                "nsfw": false,
                "score": 78,
                "title": "It was worth a shot",
                "author": "The_Picard_Maneuver",
                "upvotes": 78,
                "comments": 1,
                "community": "comicstrips",
                "downvotes": 0,
                "published": "2026-06-10T12:42:01.808508Z",
                "community_title": "Comic Strips"
            },
            {
                "id": 2128861,
                "url": "https://media.piefed.zip/posts/EW/0k/EW0kUYHTPnqbLnL.jpg",
                "nsfw": false,
                "score": 139,
                "title": "Anyone objecting",
                "author": "RmDebArc_5",
                "upvotes": 141,
                "comments": 1,
                "community": "lemmyshitpost",
                "downvotes": 2,
                "published": "2026-06-10T12:23:05.894074Z",
                "community_title": "Lemmy Shitpost"
            },
            {
                "id": 2128843,
                "url": "https://reddthat.com/pictrs/image/70f659e2-a693-4b70-b26f-545ebc3c2ebf.jpeg",
                "nsfw": false,
                "score": 86,
                "title": "What's the most embarrassing text you've sent?",
                "author": "LadyButterfly",
                "upvotes": 93,
                "comments": 11,
                "community": "microblogmemes",
                "downvotes": 7,
                "published": "2026-06-10T12:18:20.800431Z",
                "community_title": "Microblog Memes"
            },
            {
                "id": 2128811,
                "url": "https://lemmy.today/pictrs/image/7aa2364c-860c-4801-a6d0-66691bc8974c.jpeg",
                "nsfw": false,
                "score": 129,
                "title": "Would you sell liquor to this baby?",
                "author": "Wren",
                "upvotes": 129,
                "comments": 14,
                "community": "BrandNewSentence",
                "downvotes": 0,
                "published": "2026-06-10T12:01:50.302072Z",
                "community_title": "Brand New Sentence"
            },
            {
                "id": 2128761,
                "url": "h
…