Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

wikimapia api isn't working anymore

I'm using the wikimapia api for developing an Android application. I've used my first key for about two months but not, for any request I make I get:

{
    "debug": {
        "code": 1004,
        "message": "Key limit has been reached"
    }
}

I've created a new key, but now, for any request I make I get the same response: []

Does anybody know what the problem is?

like image 973
spoke Avatar asked Sep 12 '25 14:09

spoke


1 Answers

It looks like something wrong on Wikimapi side. It returns me [] too.

There are few post about this issue on wikimapia forum http://wikimapia.org/forum/viewtopic.php?f=4&t=14933&p=288045&hilit=empty#p288045

like image 192
Andrey Denisov Avatar answered Sep 14 '25 04:09

Andrey Denisov