Coming Soon - Currently in Development

IconKing API

Integrate thousands of premium animated icons directly into your platform. One API, unlimited possibilities.

10,000+
Animations
99.9%
Uptime SLA
<100ms
Response Time
Global
CDN Network
Perfect For

Built for Modern Apps

Empower your users with professional animations. Perfect for any platform that needs rich visual content.

Presentation Software

Integrate our vast library of animations into your presentation tools. Let your users create stunning slides with professional animated icons.

Examples: PowerPoint alternatives, Slide deck builders, Pitch creation tools

Design Platforms

Enhance your design platform with ready-to-use animated icons. Perfect for web design tools, mobile app builders, and prototyping software.

Examples: Figma alternatives, Website builders, UI design tools

Development Tools

Give developers instant access to animations for their projects. Reduce design dependencies and speed up development workflows.

Examples: Component libraries, React/Vue generators, App templates

Marketing Platforms

Help marketers create engaging content with animated visuals. Perfect for email builders, social media tools, and content management systems.

Examples: Email marketing tools, Social media schedulers, Landing page builders
Key Features

Everything You Need

A complete API solution with all the features modern applications demand.

Lightning Fast

Optimized API with CDN delivery ensures your users get icons instantly, anywhere in the world.

Enterprise Ready

Built with security and scalability in mind. Rate limiting, authentication, and monitoring included.

Global CDN

Assets delivered through our global CDN network for maximum performance and reliability.

Subscription Passthrough

Seamlessly integrate with your existing subscription system. Your users' subscriptions work automatically.

RESTful & Clean

Well-documented REST API with predictable endpoints and comprehensive error handling.

Rich Metadata

Access detailed information about each animation including tags, categories, dimensions, and more.

Developer Friendly

Simple Integration

Get started in minutes with our intuitive API. Works with any programming language.

JavaScript
// Initialize IconKing API
const iconking = require('@iconking/api-client');

iconking.configure({
  apiKey: 'your_api_key',
  userId: 'user_id_from_your_system'
});

// Search for animations
const results = await iconking.search({
  query: 'success',
  category: 'business',
  page: 1
});

// Download an animation
const animation = await iconking.download('animation_id', {
  format: 'json'
});

console.log(animation.data);
Python
# Initialize IconKing API
from iconking import IconKingAPI

client = IconKingAPI(
    api_key="your_api_key",
    user_id="user_id_from_your_system"
)

# Search for animations
results = client.search(
    query="success",
    category="business",
    page=1
)

# Download an animation
animation = client.download(
    animation_id="animation_id",
    format="json"
)

print(animation.data)
cURL
# Search animations
curl -X GET "https://api.iconking.net/v1/animations?query=success" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "X-User-ID: USER_ID"

# Download animation
curl -X GET "https://api.iconking.net/v1/animations/{id}/download" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "X-User-ID: USER_ID" \
  -H "Content-Type: application/json"
REST API

API Endpoints

Clean, intuitive endpoints with comprehensive documentation.

GET/api/v1/animations

Search and filter our entire library of animations

Parameters:

querystringSearch term
categorystringFilter by category
tagsarrayFilter by tags
pagenumberPagination page
per_pagenumberResults per page (max 100)
GET/api/v1/animations/{id}

Get detailed information about a specific animation

Parameters:

idstringAnimation ID
GET/api/v1/animations/{id}/download

Download animation file (requires valid subscription)

Parameters:

idstringAnimation ID
formatstringFormat: json, svg, gif (optional)
GET/api/v1/categories

List all available categories

GET/api/v1/user/subscription

Check user's subscription status and limits

Seamless Integration

Subscription Passthrough Made Simple

Your users' existing subscriptions work automatically with IconKing API. No separate billing, no complex setup—just seamless access control.

1

User Subscribes

Your users subscribe to your platform with their existing payment method

2

API Verifies

Our API checks their subscription status through your system

3

Instant Access

They get immediate access to all animations within your app

API Pricing

Scale as You Grow

Transparent pricing with no hidden fees. Start small and scale to millions of users.

Starter API

Perfect for small apps and MVPs

$99/month
  • Up to 10,000 API calls/month
  • Access to full icon library
  • Basic subscription passthrough
  • Email support
  • Community access
Join Waitlist
Most Popular

Business API

For growing companies and platforms

$299/month
  • Up to 100,000 API calls/month
  • Priority CDN delivery
  • Advanced subscription management
  • Webhook notifications
  • Priority email & chat support
  • Custom usage analytics
Join Waitlist

Enterprise API

For large-scale applications

Custom
  • Unlimited API calls
  • Dedicated infrastructure
  • White-label options
  • Custom integrations
  • 24/7 phone support
  • SLA guarantees
  • Dedicated account manager
Join Waitlist

All plans include access to our complete animation library, regular updates, and dedicated support. Enterprise plans can be customized to your specific needs.

Join Early Access

Be Among the First

IconKing API is currently in active development. Join our waitlist to get early access, special launch pricing, and help shape the future of the API.

Questions about the API?

Contact our API team