From 557a8e3c33935f86f1e9176f085da77c50677c8c Mon Sep 17 00:00:00 2001 From: officialForkoff Date: Sat, 8 Aug 2026 10:52:24 +0530 Subject: [PATCH] Add RedditAPIs to Social --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1961bf0c..d741e73e 100644 --- a/README.md +++ b/README.md @@ -1749,6 +1749,7 @@ API | Description | Auth | HTTPS | CORS | | [PostLake](https://postlake.dev/docs/) | One API to publish, schedule, and read analytics across every major social network | `apiKey` | Yes | No | | [Product Hunt](https://api.producthunt.com/v2/docs) | The best new products in tech | `OAuth` | Yes | Unknown | | [Reddit](https://www.reddit.com/dev/api) | Homepage of the internet | `OAuth` | Yes | Unknown | +| [RedditAPIs](https://www.redditapis.com/) | Reddit data API: subreddit listings, post/comment/community/user search, comment trees, top posts | `apiKey` | Yes | Unknown | | [Revolt](https://developers.revolt.chat/api/) | Revolt open source Discord alternative | `apiKey` | Yes | Unknown | | [Saidit](https://www.saidit.net/dev/api) | Open Source Reddit Clone | `OAuth` | Yes | Unknown | | [Slack](https://api.slack.com/) | Team Instant Messaging | `OAuth` | Yes | Unknown |