Developer Tools
Badgen logo

Badgen API

badgen.net

Badge generation service - badge creation, badge types, and usage docs.

Actions
4
Category
Developer Tools
Login
Not required
Output
JSON

Call the Badgen API

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

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_badgen_net_badge_catalog_markdown",
    "params": {}
  }'

4 actions on badgen.net

Read

  • Badge Catalog Markdown

    act_badgen_net_badge_catalog_markdownread1 credit / call

    Returns all badge families with type names, paths, and live example links.

  • Homepage Builder

    act_badgen_net_homepage_builderread1 credit / call

    Returns homepage details including title, navigation links, builder fields, and featured badges.

  • Memo Badge Docs

    act_badgen_net_memo_badge_docsread1 credit / call

    Returns Memo badge usage docs with expiration rules, update examples, and path patterns.

    badge_family
    string · required
  • Static Badge Render

    act_badgen_net_static_badge_renderread2 credits / call

    Renders a custom static badge with chosen label, status, color, and icon.

    status_label
    string · required
    status_text
    string · required
    color
    string · required
    icon
    string
    label
    string
    labelColor
    string

Badgen API questions

Is there an API for Badgen?
Badgen does not offer a public data API for this, but Anakin Wire provides 4 maintained endpoints for badgen.net. 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 Badgen 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 badgen.net changes its markup, Anakin updates the action.
Do I need a Badgen account?
No. Every Badgen action listed here runs anonymously — no account and no credentials required.
What does the Badgen 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