page_number (default: 1) to paginate. Filter by category or search. No auth required.200 - data.blogs[] (each: name, slug, image, description, reading_time, category_name, created_at) plus data.total, data.offset, data.limit.curl --location '/api/v1/blogs/?page_number=undefined&category_name=undefined&search=undefined&status=undefined'{
"success": true,
"message": "Blogs fetched successfully",
"data": {
"blogs": [
{
"name": "The Power of Vedic Astrology",
"slug": "the-power-of-vedic-astrology",
"image": "https://images.hastaai.in/blogs/\n vedic-astrology.jpg",
"description": "Discover how Vedic astrology shapes \n your destiny and reveals the cosmic blueprint \n behind every life event.",
"reading_time": "5 min",
"category_name": "Astrology",
"created_at": "2026-05-13T10:30:00Z"
}
],
"total": 131,
"offset": 0,
"limit": 10
}
}