page_number (default: 1) to paginate. Filter by category or search. No auth required. Only published, non-deleted blogs are returned (no status filter).200 - data.blogs[] (each: name, slug, image, description, reading_time, category_name, created_at) plus data.total, data.offset, data.limit.curl --location 'https://uat-api.hastaai.in/api/v1/blogs/?page_number=undefined&category_name=undefined&search=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/vedic-astrology.jpg",
"description": "Discover how Vedic astrology shapes your destiny \n and reveals the cosmic blueprint behind every life event.",
"reading_time": "8 min",
"category_name": "Astrology",
"created_at": "2026-05-13T10:30:00Z"
}
],
"total": 131,
"offset": 0,
"limit": 10
}
}