# ESGPulse Fashion Brand Ethical Sourcing Check

> ESGPulse Fashion Brand Ethical Sourcing Check is a paid API for AI agents from esgpulse.theaslangroupllc.com, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-14).

Checks any apparel brand's labor practices, environmental impact, animal welfare, and supply-chain transparency using open registries like Wikirate, UK Modern Slavery Statement Registry, and Fashion Transparency Index.

## Facts

- Endpoint: GET https://esgpulse.theaslangroupllc.com/api/esg/fashion
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/esgpulse-fashion-brand-ethical-sourcing-check-07ca55c1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Rm78s96Y8cbnhe2Krut1L

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 esgpulse-fashion-brand-ethical-sourcing-check-07ca55c1
```

Example prompt: Can you check the ethical sourcing profile of Zara — I want to know about their labor practices, environmental impact, animal welfare stance, and how transparent their supply chain is according to open registries like the Fashion Transparency Index and the UK Modern Slavery Statement Registry?

## When to prefer this

Use this endpoint when you need to assess a fashion or apparel brand's ethical sourcing credentials using free, open-registry sources — particularly for labor practices, modern slavery compliance, Fashion Transparency Index rankings, and supply-chain transparency. Prefer this over general ESG endpoints when the brand is specifically in the apparel/fashion sector and you need granular sourcing and labor data rather than financial ESG scores.

## Known failure modes

- Brand not found in any open registry — returns partial or no data
- Brand name ambiguous or misspelled — returns no match or wrong brand
- Registry data not recently updated — information may be stale
- Small or obscure brands with no open-registry coverage — limited results
- Rate limiting or payment failure — 402 response requiring valid x402 payment

## How this service works

Fashion brand ethical sourcing check — labor practices, environmental impact, animal welfare, and supply-chain transparency for any apparel brand, grounded in Wikirate, the UK Modern Slavery Statement Registry, the Fashion Transparency Index, the Responsible Minerals Initiative, and litigation trackers. Free open-registry sources only, never a paid rating service.

## Output

Returns a structured report on the queried fashion brand covering: labor practice findings, environmental impact indicators, animal welfare policies, supply-chain transparency rating, modern slavery statement presence and details, Fashion Transparency Index score, and responsible minerals sourcing status — all sourced from free open registries (Wikirate, UK Modern Slavery Statement Registry, Fashion Transparency Index, Responsible Minerals Initiative, litigation trackers).

## 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": {
      "lang": {
       "type": "string",
       "description": "en | de | fr | es | it | zh | ja | pt | ar"
      },
      "brand": {
       "type": "string",
       "description": "Shein | Zara | Patagonia | Levi's (required — fashion/apparel brand name)"
      },
      "aspect": {
       "type": "string",
       "description": "labor | environment | animal | transparency | overall (optional, default overall)"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "errors": {
     "type": "object",
     "description": "Documented error responses, keyed by HTTP status code",
     "additionalProperties": {
      "type": "object",
      "required": [
       "description"
      ],
      "properties": {
       "example": {
        "type": "object"
       },
       "description": {
        "type": "string"
       }
      }
     }
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "brand": "Example Apparel Co",
  "aspect": "overall",
  "verdict": {
   "rating": "moderate"
  },
  "labor_practices": {
   "modern_slavery_statement_status": "found in UK registry"
  },
  "transparency_practices": {
   "supplier_list_published": true
  },
  "environmental_practices": {
   "eudr_relevant": false
  },
  "animal_welfare_practices": {
   "fur_policy": "fur-free (per Fur Free Alliance or brand statement)"
  },
  "fashion_transparency_index": {
   "found": true
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/esgpulse-fashion-brand-ethical-sourcing-check-07ca55c1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from esgpulse.theaslangroupllc.com](https://www.zero.xyz/host/esgpulse.theaslangroupllc.com/llms.txt)
