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"
}
| Field | Type | Description |
|---|---|---|
status | string | Always "ok" when the server is running |
version | string | API version number |
Always returns HTTP 200 when the server is reachable.