The data returned from Available Countries endpoint includes the information about the default reporter.
Example:
{
"country": {
"alphageonom2": "FR",
"name": "France",
"reportingcountry": "true",
"reportercode": "FR_national",
"source": "National Directorate of Foreign Trade Statistics",
"defaultReporter": true,
"update_frequency": "M",
"lastavailable_date": "202404",
"data_lastreceived": "2024-06-07 11:04:04 GMT",
"firstavailable_date": "200301"
}
},
{
"country": {
"alphageonom2": "FR",
"name": "France",
"reportingcountry": "true",
"reportercode": "FR_eurostat",
"source": "Eurostat",
"defaultReporter": false,
"update_frequency": "M",
"lastavailable_date": "202404",
"data_lastreceived": "2024-06-14 11:23:03 GMT",
"firstavailable_date": "198801",
"description": "Eurostat"
}
}