Gaming
Light.gg logo

Light.gg API

light.gg

Destiny 2 gear database - weapon and armor search, item profiles, stats, and reviews.

Actions
10
Category
Gaming
Login
Not required
Output
JSON

Call the Light.gg API

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

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_light_gg_destiny_item_definition",
    "params": {
      "item_id": "902934539"
    }
  }'

10 actions on light.gg

Read

  • Destiny Item Definition

    act_light_gg_destiny_item_definitionread2 credits / call

    Returns Bungie manifest data for an inventory item with display properties, stats, and perks.

    item_id
    string · required
  • Destiny Stat Group Definition

    act_light_gg_destiny_stat_groupread2 credits / call

    Returns Bungie manifest data describing stat bar definitions and scaled values for a stat group.

    stat_group_hash
    string · required
  • Filtered Weapons Listing

    act_light_gg_weapons_filtered_listingread2 credits / call

    Returns weapons filtered by rarity and type with names, season, and item IDs.

    filter_expression
    string · required
    page
    integer
  • Gear Search

    act_light_gg_search_resultsread2 credits / call

    Returns Destiny 2 gear matching a name or archetype with item cards, IDs, and slugs.

    search_query
    string · required
  • Item Detail API

    act_light_gg_item_detail_apiread2 credits / call

    Returns full item data with stats and god-roll details for an item hash.

    item_id
    string · required
  • Site Homepage

    act_light_gg_site_homepageread1 credit / call

    Returns the homepage with database navigation and section links.

  • Vendor Index

    act_light_gg_vendor_listingread1 credit / call

    Returns the vendor index listing all Destiny 2 vendors with vendor IDs and inventory links.

  • Vendor Inventory Details

    act_light_gg_vendor_detailread1 credit / call

    Returns a vendor inventory page with sold items, rotations, costs, and item cards.

    vendor_id
    string · required
    vendor_slug
    string · required
  • Weapons Category Listing

    act_light_gg_weapons_listingread1 credit / call

    Returns the weapons category listing with weapon cards and item links.

    page
    string
  • Weapons Listing

    act_light_gg_weapons_listing_paginatedread2 credits / call

    Returns a page of weapons with item cards, hashes, and detail links.

    page
    string · required

Light.gg API questions

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

All Gaming sites