Lordicon
APIAnimated icon library with programmatic access to pre-made motion designs
Overview
The Lordicon API enables developers to access a curated library of animated icons programmatically. Key endpoints include search (by category, style, keyword), icon detail retrieval (metadata, animation variants), and download (supports Lottie JSON, SVG, PNG, MP4). Responses are JSON-formatted for easy integration. Use cases: dynamic UI/UX icon insertion, automated content tools, app personalization, and enhancing user engagement with motion graphics in web/mobile projects.
Example Integration (JavaScript)
fetch('https://lordicon.com/')
.then(res => res.json())
.then(data => console.log(data))
.catch(err => console.error(err)); Key Features
- RESTful API
- JSON metadata responses
- Supports Lottie JSON, SVG, PNG, MP4
- Search by category/keyword
- Integration with design/dev tools
Frequently Asked Questions
? Is Lordicon free to use?
Lordicon offers a freemium model—basic access (limited icons, lower resolution) is free; premium plans unlock full library access, higher resolutions, and advanced API features.
? Does it require an API Key?
Yes, an API key is required for most operations (search, download). You can get one by signing up for a Lordicon account (free or premium).
? What is the response format?
Metadata responses are in JSON. Downloaded assets can be Lottie JSON, SVG, PNG, or MP4 depending on the endpoint and your plan.
Top Alternatives
People Also Ask about Lordicon
Tool Info
Pros
- ⊕ High-quality animated icons
- ⊕ Multiple output formats
- ⊕ Well-documented API
- ⊕ Freemium tier available
- ⊕ Regular library updates
Cons
- ⊖ Rate-limited free tier
- ⊖ Premium features require subscription
- ⊖ Limited customization in free plan
- ⊖ API key required for full access