im wondering how many api calls per second or minute can i make using my Flickr API?
is there a limit or is it unlimited?
Unlimited: http://developer.yahoo.com/flickr/
To make requests to the Flickr web service, you must get the application key. There are no established limits on the number of calls to your application.
it is unlimited. you can split your flickr key from https://www.flickr.com/services/apps
Source: https://habr.com/ru/post/1304315/More articles:After append (), how to bind the click event with the added element - jqueryJava application scaling - existing IoC cluster systems? - javaC ++ compile-time cleanliness checks? - c ++Can I turn off DataAnnotations checking in DefaultModelBinder? - asp.netError "duplicate definition" when compiling two C files that reference the same header file - cHow do you use asynchronous ORMs without huge callback chains? - javascriptC Macro for at least two numbers - cnohup SBCL ubuntu cannot read from standard input - linuxC ++: Is there a good way to read / write without specifying a character type in function names? (cout vs wcout, etc.) - c ++"Undefined Symbols" when inheriting from stdexcept classes - c ++All Articles