Fetch live blog update entries for a specific post
curl --request GET \
--url https://cds.thepublive.com/publisher/{publisher_id}/post/{post_id}/live-blog-updates/ \
--header 'Authorization: Basic <encoded-value>'{
"status": "ok",
"data": [
{
"id": 1001,
"author": {
"id": 1,
"name": "Jane Doe",
"slug": "jane-doe",
"description": "Senior correspondent",
"avatar": "https://cdn.publive.com/avatars/jane-doe.jpg"
},
"created_at": "2026-02-01T14:30:00Z",
"updated_at": "2026-02-01T14:30:00Z",
"is_pinned": true,
"data": {
"title": "Breaking: Key announcement on tax reforms",
"content": "<p>The Finance Minister has just announced significant changes to the income tax slabs...</p>"
}
},
{
"id": 1000,
"author": {
"id": 2,
"name": "John Smith",
"slug": "john-smith",
"description": "Economy reporter",
"avatar": null
},
"created_at": "2026-02-01T14:00:00Z",
"updated_at": "2026-02-01T14:00:00Z",
"is_pinned": false,
"data": {
"title": "Budget session begins",
"content": "<p>The budget session has officially commenced in Parliament...</p>"
}
}
],
"message": "",
"page_no": 1,
"per_page": 10
}
type: "LiveBlog". For other post types, use the Post Details endpoint.{
"status": "ok",
"data": [
{
"id": 1001,
"author": {
"id": 1,
"name": "Jane Doe",
"slug": "jane-doe",
"description": "Senior correspondent",
"avatar": "https://cdn.publive.com/avatars/jane-doe.jpg"
},
"created_at": "2026-02-01T14:30:00Z",
"updated_at": "2026-02-01T14:30:00Z",
"is_pinned": true,
"data": {
"title": "Breaking: Key announcement on tax reforms",
"content": "<p>The Finance Minister has just announced significant changes to the income tax slabs...</p>"
}
},
{
"id": 1000,
"author": {
"id": 2,
"name": "John Smith",
"slug": "john-smith",
"description": "Economy reporter",
"avatar": null
},
"created_at": "2026-02-01T14:00:00Z",
"updated_at": "2026-02-01T14:00:00Z",
"is_pinned": false,
"data": {
"title": "Budget session begins",
"content": "<p>The budget session has officially commenced in Parliament...</p>"
}
}
],
"message": "",
"page_no": 1,
"per_page": 10
}
Was this page helpful?
curl --request GET \
--url https://cds.thepublive.com/publisher/{publisher_id}/post/{post_id}/live-blog-updates/ \
--header 'Authorization: Basic <encoded-value>'{
"status": "ok",
"data": [
{
"id": 1001,
"author": {
"id": 1,
"name": "Jane Doe",
"slug": "jane-doe",
"description": "Senior correspondent",
"avatar": "https://cdn.publive.com/avatars/jane-doe.jpg"
},
"created_at": "2026-02-01T14:30:00Z",
"updated_at": "2026-02-01T14:30:00Z",
"is_pinned": true,
"data": {
"title": "Breaking: Key announcement on tax reforms",
"content": "<p>The Finance Minister has just announced significant changes to the income tax slabs...</p>"
}
},
{
"id": 1000,
"author": {
"id": 2,
"name": "John Smith",
"slug": "john-smith",
"description": "Economy reporter",
"avatar": null
},
"created_at": "2026-02-01T14:00:00Z",
"updated_at": "2026-02-01T14:00:00Z",
"is_pinned": false,
"data": {
"title": "Budget session begins",
"content": "<p>The budget session has officially commenced in Parliament...</p>"
}
}
],
"message": "",
"page_no": 1,
"per_page": 10
}