Skip to content

icosix/graphics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IcoSix API

IcoSix API Logo

Overview

IcoSix API is a comprehensive RESTful API for accessing thousands of professionally designed icons, SVG vectors, and animated GIFs. The API provides easy integration into websites, applications, and design tools, allowing developers to incorporate high-quality graphics with minimal effort.

🔗 Official Resources

Features

  • Extensive Collection: Access to 39,000+ graphics including icons, SVG vectors, and animated GIFs
  • Multiple Formats: Support for PNG, SVG, ICO, and GIF formats
  • Customization: Control size, color, and other properties through API parameters
  • Fast Delivery: Global CDN ensures rapid content delivery
  • Comprehensive Documentation: Detailed guides and examples for easy implementation
  • Flexible Plans: Free tier and premium options to suit various needs

Documentation

The IcoSix API documentation includes:

  • Authentication methods
  • Available endpoints
  • Request/response formats
  • Rate limiting information
  • Code examples in multiple languages

Getting Started

1. Register for an API Key

// Example: Generate API Key
const response = await fetch('https://api.icosix.com/v1/', {
  method: 'POST',
  headers: {
    'Content-Type': 'application/json'
  },
  body: JSON.stringify({
    name: 'Your Name',
    email: 'your@email.com'
  })
});

const data = await response.json();
console.log('Your API Key:', data.api_key);

2. Make API Requests

// Example: Fetch Graphics
const apiKey = 'YOUR_API_KEY';
const response = await fetch('https://api.icosix.com/v1/graphics.php?type=svg', {
  headers: {
    'X-API-Key': apiKey
  }
});

const data = await response.json();
console.log('Graphics:', data.graphics);

Pricing Plans

  • Free: Access to public graphics, standard resolution, 500 requests per day
  • Basic: Access to all graphics, high resolution, 5,000 requests per day, $19/month
  • Premium: Access to all graphics, 4K resolution, all formats, 25,000 requests per day, $49/month
  • Enterprise: Custom solution tailored to specific requirements

Support

For support inquiries, please contact:

License

The IcoSix API is licensed under the IcoSix API License Agreement

© 2025 IcoSix. All Rights Reserved.

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors