Skip to content

My API key appears to be throttled. Help? #1497

Answered by mlissner
mlissner asked this question in Q&A
Discussion options

You must be logged in to vote

The most common reason for this is that you're not using the auth token properly. Some of our APIs allow limited free access for testing and experimentation. What often happens is people get their programs working and then the program fails with a 429 error.

Check if your program is running properly

You can check two things when this happens:

  1. Check your profile. At this page, you can see how many API requests you've made on a given day:

    https://www.courtlistener.com/profile/api/#usage

    If that URL doesn't show much usage, you probably aren't authenticating properly.

  2. Try loading the same URL via your browser when you're logged in. If that works, then your program isn't throttled, your a…

Replies: 1 comment 4 replies

Comment options

mlissner
Dec 8, 2020
Maintainer Author

You must be logged in to vote
4 replies
@hjohns12
Comment options

@johnhawkinson
Comment options

@mlissner
Comment options

mlissner Mar 16, 2021
Maintainer Author

@mlissner
Comment options

mlissner Mar 16, 2021
Maintainer Author

Answer selected by mlissner
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants