The Bags API uses a consistent base URL structure for all endpoints:
  • Base URL: https://public-api-v2.bags.fm/api/v1/
  • Current version: v1
  • Health check: GET /ping returns {message: "pong"}
All endpoints are prefixed with the base URL. Future API versions will be released with updated version numbers in the path.

Health Check

Test API connectivity:
curl https://public-api-v2.bags.fm/ping
Response:
{
  "message": "pong"
}

Version History

VersionRelease DateStatusBreaking Changes
v12025-08-02CurrentN/A (Initial release)
Future API versions will maintain backward compatibility where possible. Breaking changes will be clearly documented and communicated in advance.