repology / repology-webapp

Repology web application
https://repology.org
GNU General Public License v3.0
200 stars 26 forks source link

Inconsistency in API docs regarding supported filters on 'filtered projects' #223

Open wizard-28 opened 1 year ago

wizard-28 commented 1 year ago

API supports all the filters available on the website, so you can just play with filters in the website and then replace /projects/ URL prefix with /api/v1/projects/ to get API output.

However, it is unclear if the vulnerable filter is supported in the API, as it is not listed in the table. Although the documentation states that all filters are supported, the response from the API remains the same for the repository when using queries vulnerable=on and vulnerable=off.