Health
API version endpoint
Returns version information and available endpoints.
get/v1
Response
Backend is operational
Example response
{
"name": "My OMSS Backend",
"version": "1.0.0",
"endpoints": {
"movie": "/v1/movies/{id}",
"tv": "/v1/tv/{id}/seasons/{s}/episodes/{e}",
"proxy": "/v1/proxy/?data={encoded_data}"
},
"note": "Community-powered streaming backend. Visit https://github.com/mybackend for more info."
}