API Documentation
Developer resources and API reference for MCBE.live
REST API
JSON-based API for accessing news and changelog data
RSS Feed
Subscribe to news updates via RSS
Authentication
The public API does not require authentication for read operations. Rate limiting applies: 100 requests per minute per IP address.
# No authentication required
curl https://mcbe.live/api/news
curl https://mcbe.live/api/news
Endpoints
GET
/api/newsRetrieve latest news articles
limitoffsetcategory
GET
/api/news/[slug]Retrieve a specific article by slug
slug
GET
/api/changelogsRetrieve version changelogs
versiontype
GET
/api/updatesRetrieve update information
version
Response Format
All endpoints return JSON responses with the following structure:
{
"success": true,
"data": [...],
"meta": {
"total": 100,
"page": 1,
"limit": 20
}
}Need help integrating with our API?
Contact our developer support