From 627fb14449cdb549443e4d9c7ed9989607f0835b Mon Sep 17 00:00:00 2001 From: Riordan Date: Tue, 22 Sep 2015 13:35:25 -0400 Subject: [PATCH] raised queries per second 3->6 --- transition.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transition.md b/transition.md index eb1170c..bbb8a9e 100644 --- a/transition.md +++ b/transition.md @@ -13,7 +13,7 @@ These changes also affect self-hosted users of Pelias upgrading from the beta to The first big change is the introduction of API Keys. Like all other Mapzen APIs, Search now requires a free API key. You can register at the Mapzen Developer Portal for a free API key. Mapzen Search API keys allow you: -* 3 requests / second +* 6 requests / second * 30,000 requests / day To start using an API key, append `&api_key=search-xxxxxx` to all API calls to all endpoints (aside from `/licensing`, which requires no key).