Font-awesome: Feature request: API to search icons

Created on 2 Nov 2018  路  6Comments  路  Source: FortAwesome/Font-Awesome

Describe the problem you'd like to see solved or task you'd like to see made easier

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.

Is this in relation to an existing part of Font Awesome or something new?

This is in relation to existing part


Icons API

What is 1 thing that we can do when building this feature that will guarantee that it is awesome?

Build an API

Why would other Font Awesome users care about this?

It would make easy selecting the icons

On a scale of 1 (sometime in the future) to 10 (absolutely right now), how soon would you recommend we make this feature?

Feature request checklist

  • [yes ] This is a single feature (i.e. not a re-write of all of Font Awesome)
  • [ yes] The title starts with "Feature request: " and is followed by a clear feature name (Ex: Feature request: moar cowbell)
  • [yes ] I have searched for existing issues and to the best of my knowledge this is not a duplicate
feature

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.

All 6 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

omnimint picture omnimint  路  3Comments

ojvribeiro picture ojvribeiro  路  3Comments

huuphat picture huuphat  路  3Comments

desspro picture desspro  路  3Comments

faithdong picture faithdong  路  3Comments