Skip to main content
GET
/
version
Get version information
curl --request GET \
  --url https://api.hixbe.com/rpki/version
{
  "version": "0.15.0",
  "built": "2023-11-07T05:31:56Z"
}
Returns Routinator version information and build timestamp. Use Cases:
  • Verify service version
  • Track deployment updates
  • Compatibility checks
  • Support troubleshooting

Response

Successful response with version

version
string
Example:

"0.15.0"

built
string<date-time>

Build timestamp