StarCitizenWiki / API

The star-citizen.wiki API. Automatically scrapes Comm-Links, Stats and In-Game Data.
https://api.star-citizen.wiki
MIT License
29 stars 5 forks source link

Quikflare(pro)'s appearing in weapons endpoint #110

Closed kingultron99 closed 7 months ago

kingultron99 commented 9 months ago

All the different models of quickflare are being returned in the list of weapons from the /weapons endpoint. firefox_0LlCPv2Srz

octfx commented 8 months ago

That is somewhat "correct".
The /weapons endpoint filters items on type=WeaponPersonal, which all QuikFlares are placed into.

That's why the Multi-Tool and ParaMed can also be found there.

I can alternatively add further filters on the sub_type:

Or if only the QuikFlares should be filtered out, I could do that using their class name

octfx commented 7 months ago

Feel free to re-open for further discussion :)