Skip to main content

GET /health

Returns basic service status information including the API version.

Request

URL

GET /health

Query Parameters

None.

Example Request

curl -X GET "https://fast-news-with-previews.p.rapidapi.com/health"

Response

200 OK

{
"status": "ok",
"version": "1.0.0"
}
FieldTypeDescription
statusstringService status. Always "ok" when the server is running.
versionstringAPI version number.

Notes

  • Use this endpoint to verify that the API is reachable and to check the version.
  • The endpoint always returns HTTP 200 when the server is running.