Skip to main content
GET
/
v1
/
usage
/
summary
Podsumowanie zużycia
curl --request GET \
  --url https://api.krdata.pl/v1/usage/summary \
  --header 'x-api-key: <api-key>'
{
  "plan": "<string>",
  "plan_tier": "<string>",
  "period_start": "2023-11-07T05:31:56Z",
  "period_end": "2023-11-07T05:31:56Z",
  "counts": {
    "rejestr": 123,
    "krz": 123,
    "msig": 123,
    "stream": 123,
    "pdfs": 123,
    "reports": 123
  },
  "limits": {},
  "daily": {
    "day_start": "2023-11-07T05:31:56Z",
    "day_end": "2023-11-07T05:31:56Z",
    "wpv_checks": 123,
    "wpv_checks_limit": 123
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.krdata.pl/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Response

200 - application/json

Successful Response

plan
string
required
plan_tier
string
required
period_start
string<date-time>
required
period_end
string<date-time>
required
counts
UsageCounts · object
required
limits
Limits · object
required
daily
DailyUsage · object
required