Skip to content

Rate Limit #53

@AkikoOrenji

Description

@AkikoOrenji

I notice we have a rate limit on our account: "api 1.0 actions/second (300.0 per 5 minute interval)"

Is this taken into account as part of this python library (is there a built in back off) and what happens if we go over this limit ? e.g. are blank records returned or is an error message is returned somewhere etc

My usage approx usage is

import censys.ipv4
ip  = "1.1.1.1"
c = censys.ipv4.CensysIPv4(api_id="blanked", api_secret="blanked")
c.view(ip)

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    type: questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions