Skip to main content

GET /health

Verify the API is reachable and check the current version. This endpoint requires authentication like all other endpoints.

Quick Example

curl -X GET "https://fast-news-with-previews.p.rapidapi.com/health" \
-H "x-rapidapi-key: YOUR_RAPIDAPI_KEY" \
-H "x-rapidapi-host: fast-news-with-previews.p.rapidapi.com"

Parameters

None.

Response

200 OK

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

Always returns HTTP 200 when the server is reachable.