Vonage (Nexmo) API

Vonage (Nexmo) API — free tier with API key

💬 Social & WorkHEALTHYchecked 7h ago
AUTH APIKEYCORS AGENT HTTPS COMMERCIAL ?

Vonage (Nexmo) API exposes a free-tier JSON API. Register for an API key if required; we verified a public or demo endpoint.

94HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: 94 · healthy
Uptime history
100%90 days
100%30 days
507P50 · ms
1019P95 · ms
operationalpartialdownno data
Response time · last 48 checks
Fastest 78 ms, slowest 735 ms, most recent 113 ms.
Live response samplecaptured by our last successful check
GET https://developer.vonage.com/health

{
  "message": "OK",
  "timestamp": "2026-07-05T20:33:39.858Z",
  "region": "eu-central-1",
  "cluster": "1vapi-1",
  "hostname": "gw-sanity-service-7d8465d85d-ld8sk",
  "requestHeaders": {
    "host": "developer.vonage.com",
    "x-forwarded-for": "46.1.3.138,10.210.45.30",
    "x-forwarded-proto": "https",
    "x-forwarded-port": "443",
    "x-amzn-trace-id": "Root=1-6a4abfa3-14caab4b2da85fb13933eef6",
    "user-agent": "shipapisbot/1.0 (+https://shipapis.dev/methodology)",
    "origin": "https://shipapis.dev",
    "accept": "application/json, text/json, */*"
  },
  "requestBody": "",
  "additionalRandomLoadSizeInKB": "0 KB"
}
Call itcurl · fetch · python
curl "https://developer.vonage.com/health"
const res = await fetch("https://developer.vonage.com/health");
const data = await res.json();
console.log(data);
import requests

res = requests.get("https://developer.vonage.com/health")
print(res.json())

BROWSER CALLS BLOCKED (NO CORS/HTTPS) — USE THE CURL SNIPPET

Endpoints · 4HealthyFULL DOCS ↗
Monitored path responding — GET /health507 mschecked 7h ago
GET/healthPROBED

Vonage (Nexmo) API — free tier with API key

GET/ping

Lightweight ping endpoint.

GET/status

Service status metadata.

GET/api/v1/developer/assets/meta/nexmo-developer-card.png

Nexmo Developer Card Png — documented GET route.

Machine-readable spec

We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.

Response-shape history

Stable. No schema drift observed since monitoring began — the response shape has not changed under our checks.

Vonage (Nexmo) API: common questions

Is Vonage (Nexmo) API free to use?

Yes — Vonage (Nexmo) API is a free social & work API. Free tier: Free tier — API key required. Whether the free tier allows commercial use is unclear — check the provider docs.

Does Vonage (Nexmo) API need an API key?

Yes — Vonage (Nexmo) API needs a free API key, which you pass on each request. Rate limits: 10, 120;w=60;name="crd|generic_key^nexmo-gloo.sanity-service-remote-address-120-rpm|remote_address", 10;w=1;name="crd|generic_key^nexmo-gloo.sanity-service-remote-address-10-rps|remote_address" req/window · 9 remaining · resets 1.

Can I call Vonage (Nexmo) API from the browser?

Not directly — Vonage (Nexmo) API doesn't send browser-friendly CORS headers, so call it from a server or proxy instead. Copy the curl or Python snippet on this page to get started.

Is Vonage (Nexmo) API up right now?

As of our last scheduled check, Vonage (Nexmo) API is healthy with 100% uptime over 90 days and a 507 ms median response. We re-probe it every sweep — the status badge and uptime chart above always show the latest.