Nairaland Forum API
Provides programmatic access to threads, posts, comments, and categories — allowing you to search, analyze, or build tools powered by real Nairaland content.
Nairaland Forum API endpoints
| Method | Endpoint | Description |
|---|---|---|
| categories | ||
| GET |
get_categories_categories_get /categories |
Get the categories of Nairaland posts |
| posts | ||
| GET |
get_nairaland_author_comments_posts_author__author__comments_get /posts/author/{author}/comments |
Get the comments by a Nairaland user |
| GET |
get_nairaland_posts_by_author_posts_author__author__get /posts/author/{author} |
Get all Nairaland posts by a Nairaland user |
| GET |
get_top_nairaland_posts_posts_top_get /posts/top |
Get the top Nairaland posts |
| GET |
get_nairaland_posts_by_category_posts_category__category__get /posts/category/{category} |
Get all Nairaland posts by a category |
| GET |
read_nairaland_post_posts__post_id__get /posts/{post_id} |
Get a nairaland post by its ID |
| GET |
search_nairaland_posts_posts_search_get /posts/search |
Search all nairaland posts title |
| GET |
get_nairaland_post_comments_posts__post_id__comments_get /posts/{post_id}/comments |
Get the comments of a nairaland post |
| Other endpoints | ||
| GET |
ping__get / |
Ping the API to check if it is alive |
Nairaland Forum API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | $5 / month | 50 / minute |
|
| PRO Recommended | $60 / month | 1000 / minute |
|
| ULTRA | $250 / month | — |
|