Back to developers
Build with me
API Reference
REST-style endpoints used by SilentSources products. Browse freely; live keys are issued after access is approved.
Base URL
Production and sandbox base URLs are shared when your developer access is approved. All requests use HTTPS and JSON.
Authentication
Send your API key in the Authorization header:
- —Authorization: Bearer YOUR_API_KEY
- —Content-Type: application/json
Typical resource groups
Exact routes depend on the product, but most APIs expose groups like:
- —GET /v1/health — service status
- —GET /v1/citizens — list / search citizens (MEOS-style systems)
- —GET /v1/vehicles — vehicle records
- —GET /v1/fines — fines and penalties
- —GET /v1/forms — form definitions and submissions
- —GET /v1/stats — server / community statistics
Errors
Errors return JSON with a status code and message. Common codes: 401 (invalid key), 403 (missing scope), 404 (not found), 429 (rate limited).
Rate limits
Default limit is generous for dashboards and bots. If you hit 429, back off and retry with exponential delay.
Getting started
Request access to get everything you need: full source, private repos, API keys, sandbox environments, CLI tooling, and integration support.
Request access