---
title: "Information about your account calls quota"
method: GET
path: "/account"
tags: ["Account"]
---

# Information about your account calls quota

`GET /account`

Returns information about your account, including the remaining API credits quota, the next billing cycle start time, and the remaining concurrent requests. The response is in JSON format.

## Response `200`

Success

- Account
  - `email` string — Your account email
  - `remaining_api_calls` integer — Deprecated alias of remaining_monthly_credits, kept for backward compatibility
  - `remaining_monthly_credits` integer — Remaining monthly API credits on the subscription plan (does not include pay-as-you-go credits)
  - `remaining_payg_credits` integer — Remaining pay-as-you-go credits, consumed after the monthly quota is exhausted (valid for 12 months after the last top-up)
  - `remaining_total_credits` integer — Total remaining API credits (monthly + pay-as-you-go)
  - `resets_at` integer — Next billing cycle start time (UNIX timestamp)
  - `remaining_concurrency` integer — Remaining concurrent requests

## Other responses

- `403` — Wrong API key

---

[API](https://skmtc.net/webscraping/apis/webscraping-ai.md) · [All operations](https://skmtc.net/webscraping/apis/webscraping-ai/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/webscraping/webscraping-ai/versions/786b9bdc23f1/schema)
