Static asset registry
Datasets and icons
Standard, reusable, deterministic assets for LEF software projects. Everything is served from one canonical origin: https://assets.lef.software.
Datasets
JSON endpoints
Use these stable URLs directly from applications that need curated LEF reference data.
- https://assets.lef.software/data/countries.json
- https://assets.lef.software/data/languages.json
- https://assets.lef.software/data/currencies.json
- https://assets.lef.software/data/timezones.iana.json
- https://assets.lef.software/data/timezones.windows.json
- https://assets.lef.software/data/timezones.map.json
- https://assets.lef.software/data/filetypes.json
- https://assets.lef.software/data/brazil/cnae.json
- https://assets.lef.software/data/brazil/service-codes.json
Icons
SVG templates
All icon paths stay on the same host. There are no separate data or icon subdomains.
-
Countries
https://assets.lef.software/icons/countries/{cc_lc}.svg -
Languages
https://assets.lef.software/icons/languages/{bcp47}.svg -
Generics
https://assets.lef.software/icons/generics/{name}.svg -
Filetypes
https://assets.lef.software/icons/filetypes/{ext}.svg
Source
Generated from master data
Published artifacts are generated from master/*.master.json
with scripts/build.sh. Updates are committed with both source
and generated files so the hosted payloads remain reproducible.