Sign in
GET

/v1/version

v1

Get API and SDK version metadata


Retrieve active API major versions and recommended SDK package versions.


Request Examples

bash
curl "https://api.newsrank.ai/v1/version" \
  -H "Authorization: Bearer nrf_your_api_key"

Response

json
{
  "api_major": "v1",
  "api_latest": "v1",
  "supported_api_majors": [
    "v1"
  ],
  "sunset": {},
  "sdk_recommendations": {
    "typescript": "0.1.0",
    "python": "0.1.0"
  },
  "generated_at": "2026-02-25T12:34:56Z"
}

Try it

Server

Using sandbox demo key (5 req/min) — no signup required

Authentication
Demo key (sandbox)
Endpoint
GET /v1/version