About this project

OneAPI is a professional data API service platform that provides developers with standardized HTTP interfaces for retrieving data from multiple mainstream social media platforms. Supported platforms include Douyin, Xiaohongshu, Kuaishou, Bilibili, Weibo, WeChat Official Accounts, WeChat Channels, Toutiao, Xigua, Lemon8, Tiktok, Youtube, and more. Each platform offers a rich set of interfaces, such as user information, work lists, video details, comments (including sub-comments), search (comprehensive search, user search, topic search, etc.), trending lists, and more. Some platforms also provide advanced features such as live room information, collections, and music search. Usage process: 1. Register an account on the official website to obtain an API key. 2. Add `Authorization: Bearer <your_apikey>` to the HTTP header of each request for authentication. 3. All interfaces return HTTP 200, and the business status is indicated by the `code` field in the JSON (200 indicates success and billing; other codes indicate failure or restriction and are not billed). The platform uses an account-based RPS (requests per second) rate limiting mechanism, with a default of 10 RPS, upgradeable to 100 RPS. Triggering a 429 status code indicates the rate limit has been exceeded and is not billed. It is recommended that clients set a timeout of at least 60 seconds and adopt a backoff retry strategy (recommended no more than 5 times). The project provides online API documentation and a pricing page, and supports customized data services. Contact information includes email and Telegram.