Devapix logo
Docs
Close

Getting Info: Tag

tag property allows access to a list of icon names that have the same searched tag value in their tags array of devicon.json file.

/info?tag=[TAG]
Double click to copy

Example

Request
https://devapix.vercel.app/api/info?tag=language
Double click to copy
Response
{ "tag": "language", "icons": [ "aarch64", "antdesign", "apl", "awk", "bun", "c", "carbon", "ceylon", "clarity", "clojure", "clojurescript", "coffeescript", "cplusplus", "crystal", "csharp", "css3", "dart", "elixir", "embeddedc", "fortran", "fsharp", "go", "graphql", "groovy", "haskell", "haxe", "html5", "java", "javascript", "jetpackcompose", "jule", "julia", "jupyter", "kotlin", "labview", "lua", "markdown", "matlab", "mysql", "nodejs", "objectivec", "ocaml", "ohmyzsh", "opencl", "perl", "php", "prolog", "python", "r", "rect", "ruby", "rust", "scala", "sequelize", "solidity", "swift", "typescript", "unifiedmodelinglanguage", "vala", "visualbasic", "vyper", "wasm", "xml", "yaml", "zig" ] }
Double click to copy