{{verifyResult==='ok'?T('verify_ok_desc'):T('verify_err_desc')}}
{{T('forgot_desc')}}
{{T('site_tagline')}}
| {{T('th_prefix')}} | {{T('th_name')}} | {{T('th_created')}} | {{T('th_used')}} | {{T('th_status')}} | |
|---|---|---|---|---|---|
| {{k.key_prefix}}… | {{k.name||'—'}} | {{fmtDate(k.created_at)}} | {{k.last_used_at?fmtDate(k.last_used_at):'—'}} | {{k.status==='active'?T('status_active'):T('status_revoked')}} |
| {{T('th_plan')}} | {{T('th_price_amd')}} | {{T('th_price_usd')}} | {{T('th_daily')}} | {{T('th_monthly')}} | |
|---|---|---|---|---|---|
| {{p.name}} | {{p.price_amd?p.price_amd.toLocaleString():'—'}} ֏ | {{p.price_usd?'$'+p.price_usd:'—'}} | {{p.daily_quota?p.daily_quota.toLocaleString():'∞'}} | {{p.monthly_quota?p.monthly_quota.toLocaleString():'∞'}} | {{T('current')}} |
| {{T('th_plan')}} | {{T('th_created')}} | {{T('th_status')}} | {{T('th_note')}} |
|---|---|---|---|
| {{r.plan_name}} | {{fmtDate(r.created_at)}} | {{r.status}} | {{r.note||'—'}} |
curl 'https://coder.peleng.am/api/?q=Yerevan&lang=ru&limit=1' \ -H 'X-API-Key: pk_your_key_here'
GET /api/?q={query}&lang={ru|hy|en}&limit={N}GET /reverse?lat={lat}&lon={lon}&lang={lang}GET /hy/api/, /am/api/, /ru/api/, /en/api/GET /route/v1/driving/{lon1,lat1};{lon2,lat2}POST /api/v2/auth/login {email, password} → {token}
GET /api/v2/auth/me Authorization: Bearer <token>