Developer Tools
Lucide logo

Lucide API

lucide.dev

Lucide open-source icons - tags, categories, npm packages, and GitHub releases.

Actions
7
Category
Developer Tools
Login
Not required
Output
JSON

Call the Lucide API

Submit a task, then poll the job until it settles. This example runs act_lucide_dev_github_latest_issue.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_lucide_dev_github_latest_issue",
    "params": {}
  }'

7 actions on lucide.dev

Read

  • GitHub Latest Issue

    act_lucide_dev_github_latest_issueread1 credit / call

    Returns the latest issue or PR record from lucide-icons including title, state, and timestamps.

  • GitHub Recent Pulls

    act_lucide_dev_github_recent_pullsread1 credit / call

    Returns the latest open pull request from lucide-icons for release and update monitoring.

  • Icon Categories Catalog

    act_lucide_dev_icon_categories_catalogread1 credit / call

    Returns the full icon slug-to-category-labels map for sidebar and category browse.

  • Icon Tags Catalog

    act_lucide_dev_icon_tags_catalogread1 credit / call

    Returns the full icon slug-to-searchable-tags map used for icon browse and filtering.

  • Lucide Packages Listing

    act_lucide_dev_lucide_packages_listing_ssrread1 credit / call

    Returns Lucide ecosystem packages with npm links and version info.

  • Npm Version Provenance

    act_lucide_dev_npm_version_provenance_lucideread2 credits / call

    Returns npm provenance for a lucide version with source repository, digest, and build linkage.

    package_version
    string · required
  • Npm Version Provenance

    act_lucide_dev_npm_version_provenance_lucide_reactread2 credits / call

    Returns npm provenance for a lucide-react version with source repository, digest, and metadata.

    package_version
    string · required

Lucide API questions

Is there an API for Lucide?
Lucide does not offer a public data API for this, but Anakin Wire provides 7 maintained endpoints for lucide.dev. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape Lucide data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when lucide.dev changes its markup, Anakin updates the action.
Do I need a Lucide account?
No. Every Lucide action listed here runs anonymously — no account and no credentials required.
What does the Lucide API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Developer Tools APIs

All Developer Tools sites