Hi,
I’m talking about these results: F-Droid Search: camera
Is there a proper API that allows to search for apps without scraping your website?
Thanks in advance.
Hi,
I’m talking about these results: F-Droid Search: camera
Is there a proper API that allows to search for apps without scraping your website?
Thanks in advance.
Not really officially documented I believe, but https://search.f-droid.org/api/search_apps?q=<your_query>
works (found it while looking through the code of F-Droid / Website Search · GitLab, which powers the search).
There are some other APIs available on All our APIs | F-Droid - Free and Open Source Android App Repository.
@uniqx Is it worth to consider documenting this search URL?
Thank you a lot Sylvia, this is very helpful. Yes, it would be worth to document this properly.
Check this: