Aggregated IT news and articles. RESTful JSON API for developers.
This service aggregates technology news and articles from curated sources. Free tier: 100 requests/hour per IP. No authentication required for read-only endpoints.
/api/articles — list all articles (paginated)/api/articles/:id — get single article/api/articles?tag=golang — filter by tag/api/tags — list all tags with counts/api/feed — latest 10 articles/health — health checkcurl https://news.v-stage.ru/api/articles?tag=golang
{
"data": [
{
"id": 1029,
"slug": "go-124-released-with-improved-generics",
"title": "Go 1.24 released with improved generics",
"summary": "The latest Go release brings faster compilation...",
"author": "Alex Petrov",
"tags": ["golang"],
"created_at": "2026-04-18T10:30:00Z",
"read_time_min": 5,
"url": "https://news.v-stage.ru/articles/..."
}
],
"page": 1,
"per_page": 20,
"total": 30
}