Get French Label Manufacturing Countries
French Eco Scores
Get French Eco-Score manufacturing countries
GET
Get French Label Manufacturing Countries
Get a list of countries and regions supported for French Eco-Score calculations. Pass the returnedDocumentation Index
Fetch the complete documentation index at: https://developer.worldly.io/llms.txt
Use this file to discover all available pages before exploring further.
{ 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:
- Location of Manufacture
- Location of Finishing (includes Preparation, Dyeing, and Finishing)
- Location of Textile Formation
Response body properties
The endpoint returns anArray<object> where each object contains:
| Name | Type | Description |
|---|---|---|
code | string | [REQUIRED] The ISO 3166-1 alpha-2 country code or a regional code (e.g. BD, RAF). |
name | string | [REQUIRED] The display name of the country or region. |
Implementation details
- Regional codes: Some codes refer to regions rather than specific countries (e.g.
RAFfor Africa,RASfor 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 thecodevalue.
Available countries
The following table is illustrative — the live endpoint is the source of truth and may change.| Country | Code |
|---|---|
| Bangladesh | BD |
| Cambodia | KH |
| China | CN |
| France | FR |
| India | IN |
| Morocco | MA |
| Myanmar | MM |
| Pakistan | PK |
| 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 |
| Tunisia | TN |
| Turkey | TR |
| Vietnam | VN |

