NutsNamedArea
The NUTS-Code representation for the named area (Nomenclature of territorial units for statistics) or its LAU code representation (Local Administrative Unit).
areaName object[]required
Multilingual string, represented as an array of SpecificLanguageString objects, each containing a language code (using ISO 639-1:2002) and the translated string
Possible values: >= 1
ISO 639-1:2002 language code
Possible values: Value must match regular expression ^[a-z]{2}$
enTranslated string
EN ISO 3166-1 two-character country code.
Possible values: Value must match regular expression ^[a-z]{2}$
esnutsCode object[]required
Multilingual string, represented as an array of SpecificLanguageString objects, each containing a language code (using ISO 639-1:2002) and the translated string
Possible values: >= 1
ISO 639-1:2002 language code
Possible values: Value must match regular expression ^[a-z]{2}$
enTranslated string
Types of NUTS codes (Nomenclature of territorial units for statistics) including LAU codes (Local Administrative Units).
lau1Code: LAU 1 codelau2Code: LAU 2 codenuts1Code: NUTS 1 codenuts2Code: NUTS 2 codenuts3Code: NUTS 3 code
Possible values: [lau1Code, lau2Code, nuts1Code, nuts2Code, nuts3Code]
{
"areaName": [
{
"language": "en",
"string": "string"
}
],
"country": "es",
"nutsCode": [
{
"language": "en",
"string": "string"
}
],
"nutsCodeType": "lau1Code"
}