SkyBiometry

SkyBiometry — free tier with API key

🔭 Science & SpaceDEADchecked 1h ago
AUTH APIKEYCORS AGENT ?HTTPS COMMERCIAL ?

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

0REACHABILITY SCORE ⓘ
Status badge · for your READMEshipapis health badge: 0 · dead
🪦 DEADTHE GRAVEYARD
Uptime history
0.0%90d reachable
0.0%30d reachable
1hLast check · since JUL 8
operationalpartialdownno data
Live response samplecaptured by our last successful check
GET http://api.skybiometry.com/fc/faces/detect.json?api_key=aa754b54b37&api_secret=4b3a4c6d4c&urls=http://tinyurl.com/673cksr

{
  "status": "failure",
  "error_code": 201,
  "error_message": "API_KEY_DOES_NOT_EXIST - aa754b54b37",
  "operation_id": "5f565eac1f144925bf09f0b2ac62f295"
}
Call itcurl · fetch · python
curl "http://api.skybiometry.com/fc/faces/detect.json?api_key=aa754b54b37&api_secret=4b3a4c6d4c&urls=http://tinyurl.com/673cksr"
const res = await fetch("http://api.skybiometry.com/fc/faces/detect.json?api_key=aa754b54b37&api_secret=4b3a4c6d4c&urls=http://tinyurl.com/673cksr");
const data = await res.json();
console.log(data);
import requests

res = requests.get("http://api.skybiometry.com/fc/faces/detect.json?api_key=aa754b54b37&api_secret=4b3a4c6d4c&urls=http://tinyurl.com/673cksr")
print(res.json())

THIS API IS DEAD — NOTHING TO RUN

Endpoints · 6DeadFULL DOCS ↗
Unreachable — GET /fc/faces/detect.json?api_key=aa754b54b37&api_secret=4b3a4c6d4c&urls=http://tinyurl.com/673cksr not responding
GET/fc/faces/detect.json?api_key=aa754b54b37&api_secret=4b3a4c6d4c&urls=http://tinyurl.com/673cksrPROBED

SkyBiometry — free tier with API key

GET/fc

Fc — documented GET route.

GET/fc/1

Fc details by ID (example: 1).

GET/fc?limit=10

Fc — documented GET route.

GET/fc/search?q=test

Search by query parameters.

GET/fc/faces/detect.json?limit=5

Detect Json — documented GET route.

Machine-readable spec

We probe without your API key. A 401/403 auth wall means the server is up — not a full health pass. 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.

SkyBiometry: common questions

Is SkyBiometry free to use?

Yes — SkyBiometry is a free science & space API. Free tier: Free tier — API key required. Whether the free tier allows commercial use is unclear — check the provider docs.

Does SkyBiometry need an API key?

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

Can I call SkyBiometry from the browser?

Not directly — SkyBiometry 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 SkyBiometry up right now?

As of our last scheduled check, SkyBiometry is dead. We re-probe it every sweep — the status badge and uptime chart above always show the latest.