Skip to main content
GET
/
french-label-manufacturing-countries
Get French Label Manufacturing Countries
curl --request GET \
  --url https://api-v2.production.higg.org/pic-api/v1/french-label-manufacturing-countries \
  --header 'x-api-key: <api-key>' \
  --header 'x-developer-request-token: <api-key>'
[
  {
    "code": "<string>",
    "name": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://developer.worldly.io/llms.txt

Use this file to discover all available pages before exploring further.

Get a list of countries and regions supported for French Eco-Score calculations. Pass the returned { code, name } objects to frenchLabelCountry, frenchLabelDyeingCountry, and frenchLabelFabricCountry when creating or updating products. To generate a French Eco-Score, you will need to specify locations for the lifecycle stages below:
  1. Location of Manufacture
  2. Location of Finishing (includes Preparation, Dyeing, and Finishing)
  3. Location of Textile Formation

Response body properties

The endpoint returns an Array<object> where each object contains:
NameTypeDescription
codestring[REQUIRED] The ISO 3166-1 alpha-2 country code or a regional code (e.g. BD, RAF).
namestring[REQUIRED] The display name of the country or region.

Implementation details

  • Regional codes: Some codes refer to regions rather than specific countries (e.g. RAF for Africa, RAS for Asia). Use these when the specific country is unknown or when the scoring methodology applies a regional default.
  • Source of truth: The live endpoint is authoritative. Call it to retrieve the current list rather than hardcoding values from this page.
  • Consumer usage: When populating frenchLabelCountry (and related fields) on a product, send the full { code, name } object returned here, not just the code value.

Available countries

The following table is illustrative — the live endpoint is the source of truth and may change.
CountryCode
BangladeshBD
CambodiaKH
ChinaCN
FranceFR
IndiaIN
MoroccoMA
MyanmarMM
PakistanPK
Africa (region)RAF
Latin America (region)RLA
North America (region)RNA
Asia (region)RAS
Eastern Europe (region)REE
Western Europe (region)REO
Middle East (region)RME
Oceania (region)ROC
TunisiaTN
TurkeyTR
VietnamVN

PIC - Update Product with French Eco-Score requirements

PIC - Retrieve French Eco-Score

Refer to the PIC Data Dictionary for more information on French Eco-Score attributes.

Authorizations

x-api-key
string
header
required
x-developer-request-token
string
header
required

Response

200 - application/json

Ok

code
string
required
name
string
required