Thank you for visiting! This is the welcome page of your API.
Explore the API endpoints:
| API | Endpoint | Parameters | Success Codes | Error Codes |
|---|---|---|---|---|
| Get User Data | /api/author_data | author-id |
200 | 401, 500 |
| Get User Data (Fuzzy Search) | /api/user_data_fuzzy | author-name, page, per_page |
200 | 401, 500 |
| Get All Users | /api/all_users | page, per_page |
200 | 401, 500 |
| Get All Authors | /api/all_authors | page, per_page |
200 | 401, 500 |
| Author Articles Count | /api/author_articles_count | author-id,page, per_page |
200 | 401, 500 |
| Author Images | /api/author_images | author-id, page, per_page |
200 | 401, 500 |
| Author Articles Count | /api/author_articles_count | author-id, page, per_page |
200 | 401, 500 |
| Author Images | /api/author_images | author-id, page, per_page |
200 | 401, 500 |
| Get Random Image | /api/random_image | 200 | 500 | |
| Get Wallpaper Image | /api/wallpaper | page, pageSize |
200 | 500 |