NewTimeSpace API
Article
For more information or technical support, please contact:
contact@newtimespace.comMethod: GET
Endpoint: /api/v1/news/:id
Description: Retrieves detailed information for one or more specified news articles. Multiple IDs are supported and should be separated by commas.
{
"status": "success",
"data": {
"article_id": "123",
"language": "en",
"title": "News Title",
"description": "News description",
"content": "News content",
"tags": "Tag1,Tag2",
"keywords": ["Keyword1", "Keyword2"],
"authors": ["Author1", "Author2"],
"category": "Category name",
"dataType": "news",
"url": "https://www.newtimespace.com/zh-cn/article/123",
"pubDate": "2026-01-13 12:00:00",
"pubDateTZ": "UTC",
"date": "2026-01-13",
"time": "12:00:00",
"updated_at": "2026-01-13 13:00:00",
"word_count": 500,
"reading_time": 3,
"is_breaking_news": false,
"sentiment": "neutral",
"related_articles": [],
"geo_location": "",
"source": {
"id": "",
"name": "NewTimeSpace",
"url": "",
"country": "",
"icon": ""
},
"image": {
"url": "",
"alt": "",
"caption": "",
"source": "",
"credit": ""
},
"video": {
"url": null,
"thumbnail": "",
"duration": "",
"source": "",
"credit": ""
}
}
},
"pagination": {
"page": 1,
"limit": 10,
"total": 100,
"pages": 10
}
}
Parameter
| parameter | type | required | description | default |
|---|---|---|---|---|
articleIds |
string | Yes | Article IDs (comma-separated, e.g. "123,456") | '' |
language |
string | No | Language (zh-cn, zh-hk, en) | zh-cn |
format |
string | No | Response format (json or xml). | json |
Status Codes
Error Handling
Additional Information