/v1/user/posts
User submissions
Essayez-le en direct
10 appels gratuits par jour — sans inscription, sans clé API. Passe par la passerelle oanor.
Ça marche. Récupérez une clé API et utilisez-la dans votre projet.
Obtenez une clé APIExtraits de code
curl "https://api.oanor.com/reddit-api/v1/user/posts" \ -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/reddit-api/v1/user/posts", {
headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/reddit-api/v1/user/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/reddit-api/v1/user/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": {
"after": "t3_1lq0zjs",
"count": 10,
"posts": [
{
"id": "1tvsa59",
"url": "/r/RDDT/comments/1tvs5jj/steve_jen_and_drew_here_ask_us_anything/",
"flair": "Speculation",
"score": 99,
"title": "Hi redditstock, leave your questions, and we’ll be back later today to answer them.",
"author": "spez",
"over_18": false,
"upvotes": 99,
"fullname": "t3_1tvsa59",
"is_video": false,
"selftext": "",
"stickied": false,
"permalink": "https://www.reddit.com/r/redditstock/comments/1tvsa59/hi_redditstock_leave_your_questions_and_well_be/",
"subreddit": "redditstock",
"thumbnail": "https://preview.redd.it/6mma67su135h1.png?width=140&height=78&auto=webp&s=48a715c84daad3f73a6c42e2cab9ccffe9caedb7",
"created_utc": 1780499467,
"num_comments": 24,
"upvote_ratio": 0.94
},
{
"id": "1tp51gf",
"url": "/r/RDDT/comments/1tp4wsi/reddit_to_present_at_the_bofa_securities_2026/",
"flair": "News",
"score": 274,
"title": "I know you’ve got a lot of questions. We’re doing an AMA next Wednesday in r/RDDT.",
"author": "spez",
"over_18": false,
"upvotes": 274,
"fullname": "t3_1tp51gf",
"is_video": false,
"selftext": "",
"stickied": false,
"permalink": "https://www.reddit.com/r/redditstock/comments/1tp51gf/i_know_youve_got_a_lot_of_questions_were_doing_an/",
"subreddit": "redditstock",
"thumbnail": "default",
"created_utc": 1779887199,
"num_comments": 85,
"upvote_ratio": 0.98
},
{
"id": "1t4nr7v",
"url": "https://www.reddit.com/user/spez/comments/1t4nr7v/reddit_looked_old_the_day_it_was_born_i_joined_my/",
"flair": null,
"score": 59,
"title": "Reddit looked old the day it was born. I joined my friend D. Scott Phoenix on the Progress podcast to discuss communities, AI, and what makes the internet feel human.",
"author": "spez",
"over_18": false,
"upvotes": 59,
"fullname": "t3_1t4nr7v",
"is_video": false,
"selftext": "https://reddit.com/link/1t4nr7v/video/v3crs8lt1dzg1/player\n\nWatch the full episode here: [https://youtu.be/eAu9gTilxA0](https://youtu.be/eAu9gTilxA0)",
"stickied": false,
"permalink": "https://www.reddit.com/user/spez/comments/1t4nr7v/reddit_looked_old_the_day_it_was_born_i_joined_my/",
"subre
…