opencage-api-client
    Preparing search index...

    Type Alias GeocodingResponse

    Main OpenCage Geocoder API Response

    type GeocodingResponse = {
        documentation: string;
        licenses: License[];
        rate?: RateLimit | null;
        results: Result[];
        status: Status;
        stay_informed: StayInformed;
        thanks: string;
        timestamp: Timestamp;
        total_results: number;
    }
    Index

    Properties

    documentation: string

    URL to the API documentation

    licenses: License[]

    License information for data sources used in the response

    rate?: RateLimit | null

    Rate limit information (not present for subscription customers)

    results: Result[]

    Array of geocoding results

    status: Status

    Status information about the request

    stay_informed: StayInformed

    Links to follow OpenCage for updates

    thanks: string

    Thank you message

    timestamp: Timestamp

    Timestamp information

    total_results: number

    Total number of results found