I'd like an API for searching, querying icons by category. This would help select the icons for any third party apps that use svg icons for graphic apps.
This is in relation to existing part
Icons API
Build an API
It would make easy selecting the icons
Feature request: moar cowbell
)If API isn't feasible to build you may build an official icon picker like this one: https://github.com/farbelous/fontawesome-iconpicker
I would also like to use an API to offer a lookup of icons based on the descriptions given to the current search on the FontAwesome site. My requirement would be for the PRO version.
@arunkumar413 the links to that demo are down (404)
Hey guys, I'm currently working on an API which will return a JSON list of searched icons, I'll keep you guys updated with my progress, hoping to be done in a couple of weeks :)
The initial version will be for free icons only as that all I need it for on my own project, I'll get around to adding all icons in a later version.
Any update on this @TommyBeaton ^ ?
Hi guys, this very much got lost amongst university work, I'll just need to update the list to support the new font awesome icons and I'll have it hosted afterwards. Should've spent some time in lockdown on this aha 馃槄
Will update with more details soon.
i've done something like that and using a free azure service, so, if someone want to me to mantain, i'll need money or just dont abuse.
https://icon-leets.azurewebsites.net/api/Icons
skip take like
https://icon-leets.azurewebsites.net/api/Icons?skip=0&take=10 <---- this is default, params are not needle
and search like that
https://icon-leets.azurewebsites.net/api/Icons?search=instagram // {partial term or partial name} like "instagram" or "yout"
is fully on code, dont use DB
Most helpful comment
Hey guys, I'm currently working on an API which will return a JSON list of searched icons, I'll keep you guys updated with my progress, hoping to be done in a couple of weeks :)
The initial version will be for free icons only as that all I need it for on my own project, I'll get around to adding all icons in a later version.