According to the reference
Limit: Limits the number of entities to be returned. Maximum is 500. Default is 20. Requests with high limits have a higher chance of timing out.
but I'm facing a weird behaviour, if I try to query for example https://www.nasa.gov/ and without setting a limit (which defaults to 20) I get a response of:
{
"error": {
"code": 429,
"message": "Over resource limits. Try a more restrictive request.",
"status": "RESOURCE_EXHAUSTED"
}
}
Now if I try with a limit of 19
or 21
I don't get any error at all.
I do realise that the error says "RESOURCE_EXHAUSTED" but it doesn't seem to be the problem here.
Note: using limit of 10 or 15 also gives the same error
This is a url to test https://developers.google.com/knowledge-graph/reference/rest/v1/?apix_params=%7B%22query%22%3A%22https%3A%2F%2Fwww.nasa.gov%2F%22%7D