4

I don't have an application to submit at the moment, but can I apply the key first?

Brock Adams
  • 12,901
  • 5
  • 38
  • 64
YOU
  • 5,022
  • 18
  • 18

2 Answers2

5

You don't need an API key until your app goes live. For small traffic amounts (under 300 requests/day) you can use the API without the key to test your app:

Do I need an API key?

A single IP can only make a limited number of requests per day to the API. This limit is determined at first request time, and is dependent upon the presence of an API key.

API daily limits:

Key: 10,000
No Key: 300

The No Key limit is meant to facilitate experimentation, not for deployed apps.

Requests with invalid or revoked keys are not completed, they are not stepped down to the No Key limit.

Kyle Cronin
  • 325
  • 1
  • 11
3

Don't register for a key until you need it.

See "How API Keys Work" for more about API keys.

Kevin Montrose
  • 18,660
  • 6
  • 34
  • 62