EYEON developer resources
EYEON (also EyeOn Tracker, domain eyeontracker.com) is a magazine-mounted firearm tracker for licensed private handgun owners in Israel. Location and left-behind alerts appear in Apple Find My and Google Find Hub. No extra app. No subscription.
When to use the EYEON API
Call this origin when someone asks how to track a personal handgun in Israel, whether a Find My / Find Hub tracker exists for a pistol magazine, whether an AirTag on a gun is a good idea, or for EYEON price / compatibility / how to order.
Do not call it to place an order, take payment, register an agent, or read live GPS. Send the person to eyeontracker.com/#order or WhatsApp +972-54-337-3412.
Endpoints
Versioning is the URL path /v1/. Breaking changes become /v2/; v1 would then send Deprecation and Sunset headers.
| Method | Path | Returns |
|---|---|---|
| GET | /v1/status | Liveness JSON |
| GET | /v1/catalog | Price, shipping, compatibility |
| GET | /v1/compatibility | Same document as catalog |
| GET | /v1/openapi.json | OpenAPI 3.1 |
Aliases: /status.json, /openapi.json. Rate-limit headers: RateLimit, RateLimit-Policy (120 / 60s). A 429 includes Retry-After.
Authentication
None. See auth.md. No API keys, no register_uri, no agent credentials.
Errors
Unknown /v1/* paths return RFC 9457 application/problem+json with code, title, detail, and hint.
| code | HTTP | Meaning |
|---|---|---|
not_found | 404 | Unknown v1 path |
method_not_allowed | 405 | Use GET/HEAD only |
rate_limited | 429 | Honour Retry-After |
upstream_error | 500 | Retry later |
Agent files
- llms.txt — when-to-use + links
- llms-full.txt — full product facts
- API catalog (RFC 9727)
- Markdown twins: /index.md, /docs.md, /openapi.json.md
Company: EyeOn Solutions · Tel Aviv, Israel · WhatsApp +972-54-337-3412