Api call returns nothing when too many requests

I want to get a list of topic with api calls and show their average rating in my android app but I cant get more than about 36 topic at once and the api return empty if I go more than that. I tried to increase max user api reqs per minute/day but it didn’t help.

Is there any other rate limits that I need to increase?

I have found the following file. Is it related to my problem? and if it is, How should I increase the limit here?

Add the following section into your app.yml

params:
  reqs_per_second: 12
  burst_per_second: 12
  reqs_per_minute: 200
  burst_per_minute: 100

Edit to taste.

4 „Gefällt mir“

@hnaseri Did that fix your issues?

@sam, ist das immer noch die gültige Lösung?
Ich erstelle Benutzer und füge sie über API-Aufrufe zu Gruppen hinzu und erhalte nun die Antwort „Langsam machen, zu viele Anfragen von dieser IP-Adresse“. Oder gibt es eine Einstellung, mit der ich die Anzahl der erlaubten Anfragen für diese bestimmte IP-Adresse oder für den API-Benutzer anpassen kann? Das wäre meiner Meinung nach die sicherste Option.

Vielen Dank

1 „Gefällt mir“

Siehe:

für ein vollständiges Dokument über unsere aktuellen Ratenbegrenzungen.

2 „Gefällt mir“