Maybe its a pretty simple question but i didn't find a answer in the web. I'am using the freebase v1 search php api. Now i want to get more than 1 result per request. I want to have all information about 10 ids in a json file.
Is it possible?
Maybe its a pretty simple question but i didn't find a answer in the web. I'am using the freebase v1 search php api. Now i want to get more than 1 result per request. I want to have all information about 10 ids in a json file.
Is it possible?
Copyright © 2021 Jogjafile Inc.
Looking at your query you provided, simply change the
limit
parameter to what you want. (10
in your question)That will get you the results you want.