API Access

API access — choose your tier.

All tiers include identical endpoint coverage. Differentiation is rate limit, response fidelity, and support level.

FREE

Free

€0 / forever

100 requests/day. Sandboxed responses. Real response shape, redacted payloads. Perfect for integration development.

Rate: 100/dayData: sandbox
Create free account
STARTER

Starter

€249 / month

10,000 requests/day. Production data access with entity resolution, semantic cortex, and temporal graph traversal. Email support.

Rate: 10K/dayData: production
Start Starter
PRO

Pro

€1,499 / month

Unlimited requests (fair use). Forensic pattern queries. Priority support. Dedicated success engineer.

Rate: unlimitedSupport: priority
Upgrade to Pro
ENTERPRISE

Enterprise / Sovereign

Custom

On-premise deployment, dedicated infrastructure, custom data integrations, SLAs, forensic readiness certification, DPIA documentation.

Deploy: on-premSLA: 99.99%
Contact us

Endpoint reference

Authenticated requests require the X-API-Key header. Get a key at register.

TEST IN 30 SECONDS:
# 1. Get a free API key
curl -X POST https://rinet.dev/api/rdev/leads \
  -H 'Content-Type: application/json' \
  -d '{"name":"You","email":"you@company.hr","tier":"starter"}'

# 2. Verify key + see allowed endpoints
curl -H 'X-API-Key: rnd_test_...' https://rinet.dev/api/v1/verify

# 3. Get real entity stats — 448,979 registered companies
curl -H 'X-API-Key: rnd_test_...' https://rinet.dev/api/v1/entities/stats
METHOD ENDPOINT DESCRIPTION TIER
GET /api/v1/verify Validate key, return tier + allowed endpoints all
GET /api/v1/entities/stats Entity counts by type — d.o.o., udruga, obrt, trg. društva free+
GET /api/v1/charts/entity-types Entity-type histogram for charts free+
GET /api/v1/entities Paginated entity list, 1.8M records starter+
GET /api/v1/data/entities Filtered entities — by OIB, name, city, county starter+
GET /api/v1/data/persons Person-entity relationships, roles, history starter+
GET /api/v1/data/procurement Public procurement awards, 273K+ records starter+
GET /api/v1/data/budget County budgets, line items, 412K+ records starter+
GET /api/v1/charts/procurement-by-year Yearly procurement volume aggregations starter+
GET /api/v1/data/forensics Anomaly detection findings, 1,500+ flags pro
GET /api/v1/gov/dashboard Government KPI dashboard — cross-county aggregations pro
GET /api/v1/gov/county-dashboard Per-county metrics: entities, procurement, anomalies pro
GET /api/v1/charts/anomaly-types Anomaly distribution — sport funding, shell companies, etc. pro

Rate limits: free 100/day · starter 333/day (10K/mo) · pro 3,333/day (100K/mo). Hit-rate returns HTTP 429 with Retry-After header. Response time p50 142ms, p95 487ms.