opencage-api-client
    Preparing search index...

    Rate limit information. Not present for subscription customers.

    interface RateLimit {
        limit: number;
        remaining: number;
        reset: number;
    }
    Index

    Properties

    Properties

    limit: number

    Total number of requests allowed within the time window

    remaining: number

    Number of requests remaining within the current time window

    reset: number

    Unix timestamp when the rate limit will reset