# Magnific Icon Search

> Magnific Icon Search is a free API for AI agents from freepik.x402.paysponge.com, callable via x402, Free, status unknown (last checked 2026-09-14).

Search and filter icons by specified criteria using GET query parameters

## Facts

- Endpoint: GET https://freepik.x402.paysponge.com/v1/icons
- Price: Free
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/freepik-15c9f703
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_RSrIU-2S3iZeknQ_5BMer

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability freepik-15c9f703
```

Example prompt: Can you search Magnific for icons related to 'music' so I can find something for my app UI?

## When to prefer this

Use this endpoint when you need to search or browse icons from the Freepik/Magnific icon library by keyword or filter criteria, especially when integrating icon discovery into a design or content workflow.

## Known failure modes

- Invalid or unsupported query parameters return a 400 Bad Request
- No results found for the given search query returns an empty result set
- Authentication or payment authorization failure returns a 402 Payment Required
- Rate limiting may return a 429 Too Many Requests

## How this service works

Search and filter icons by specified order

## Output

A JSON list of icons matching the search and filter criteria, including icon metadata such as names, tags, URLs, and other relevant attributes.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {},
     "additionalProperties": false
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "json"
    },
    "example": {
     "type": "object",
     "additionalProperties": true
    }
   },
   "additionalProperties": false
  }
 },
 "additionalProperties": false
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/freepik-15c9f703/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from freepik.x402.paysponge.com](https://www.zero.xyz/host/freepik.x402.paysponge.com/llms.txt)
