GeoScore

GeoScore — free tier with API key

🔧 Developer ToolsHEALTHYchecked 9h ago
AUTH APIKEYCORS AGENT HTTPS COMMERCIAL ?

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

50HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: 50 · healthy
Uptime history
51.0%90 days
81.7%30 days
4141P50 · ms
4984P95 · ms
operationalpartialdownno data
Response time · last 48 checks
Fastest 481 ms, slowest 4984 ms, most recent 624 ms.
Live response samplecaptured by our last successful check
GET https://api.geoscoreapi.com/health

{
  "status": "ok",
  "version": "1.0.0",
  "database": "connected"
}
Call itcurl · fetch · python
curl "https://api.geoscoreapi.com/health"
const res = await fetch("https://api.geoscoreapi.com/health");
const data = await res.json();
console.log(data);
import requests

res = requests.get("https://api.geoscoreapi.com/health")
print(res.json())
Endpoints · 5HealthyFULL DOCS ↗
Monitored path responding — GET /health4141 mschecked 9h ago
GET/healthPROBED

GeoScore — free tier with API key

GET/ping

Lightweight ping endpoint.

GET/status

Service status metadata.

GET/docs

Docs — documented GET route.

GET/api/analyze

Analyze — 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.

GeoScore: common questions

Is GeoScore free to use?

Yes — GeoScore is a free developer tools API. Free tier: Free tier — API key required. Whether the free tier allows commercial use is unclear — check the provider docs.

Does GeoScore need an API key?

Yes — GeoScore needs a free API key, which you pass on each request. Rate limits: Unpublished.

Can I call GeoScore from the browser?

Yes — GeoScore returns CORS headers over HTTPS, so front-end code can fetch it directly with no backend proxy. Use the fetch snippet on this page, or hit "Run live" to try it now.

Is GeoScore up right now?

As of our last scheduled check, GeoScore is healthy with 51.0% uptime over 90 days and a 4141 ms median response. We re-probe it every sweep — the status badge and uptime chart above always show the latest.