Skip to main content
GET
/
v1
/
countries
/
{country_code}
Get country policy detail
curl --request GET \
  --url https://vcm-fyi-api.fly.dev/v1/countries/{country_code} \
  --header 'X-API-KEY: <api-key>'
{
  "country_code": "<string>",
  "country_name": "<string>",
  "region": "<string>",
  "subregion": "<string>",
  "article6_status": "<string>",
  "article6_host_loas": 123,
  "article6_bilateral_partners": [
    "<string>"
  ],
  "article6_first_loa_date": "2023-12-25",
  "article6_buyer_loas": 123,
  "corsia_eligible": true,
  "corsia_phase": "<string>",
  "corsia_commitment": "<string>",
  "has_carbon_tax": true,
  "carbon_tax_rate_usd": 123,
  "has_ets": true,
  "ets_name": "<string>",
  "eu_eligible": true,
  "cbam_exposure": "<string>",
  "vcm_regulatory_status": "<string>",
  "export_restrictions": true,
  "domestic_retention_pct": 123,
  "policy_summary": "<string>",
  "recent_developments": "<string>",
  "market_outlook": "<string>",
  "key_risks": "<string>",
  "key_opportunities": "<string>",
  "last_ai_scan_date": "2023-12-25",
  "updated_at": "2023-11-07T05:31:56Z",
  "article6_host_signed": 0,
  "article6_host_mous": 0,
  "host_agreements": [
    {}
  ],
  "is_buyer_country": false,
  "buyer_host_partners": [
    "<string>"
  ],
  "buyer_agreements": [
    {}
  ],
  "has_initial_report": false,
  "initial_report_date": "2023-12-25",
  "cooperative_approach_ids": [
    "<string>"
  ],
  "has_dna": false,
  "dna_authority_name": "<string>",
  "has_participation_requirements": false,
  "participation_requirements_date": "2023-12-25",
  "jcm_project_count": 0,
  "jcm_total_reductions_ktco2e": 123,
  "ca_policy": "<string>",
  "ca_for_vcm": true,
  "ca_first_transfer_date": "2023-12-25",
  "country_risk_score": 123,
  "country_risk_factors": [
    "<string>"
  ],
  "ndc_target_year": 123,
  "ndc_reduction_pct": 123,
  "ndc_base_year": 123,
  "ndc_conditional": true,
  "ndc_last_updated": "2023-12-25",
  "total_projects": 0,
  "total_credits_issued": 0,
  "total_credits_retired": 0,
  "active_registries": [
    "<string>"
  ]
}

Authorizations

X-API-KEY
string
header
required

Path Parameters

country_code
string
required

Response

Full country policy profile with AI-generated summaries

Response model for country policy detail.

country_code
string
required
country_name
string
required
region
string | null
required
subregion
string | null
required
article6_status
string | null
required
article6_host_loas
integer
required
article6_bilateral_partners
string[] | null
required
article6_first_loa_date
string<date> | null
required
article6_buyer_loas
integer
required
corsia_eligible
boolean | null
required
corsia_phase
string | null
required
corsia_commitment
string | null
required
has_carbon_tax
boolean
required
carbon_tax_rate_usd
number | null
required
has_ets
boolean
required
ets_name
string | null
required
eu_eligible
boolean | null
required
cbam_exposure
string | null
required
vcm_regulatory_status
string | null
required
export_restrictions
boolean
required
domestic_retention_pct
integer | null
required
policy_summary
string | null
required
recent_developments
string | null
required
market_outlook
string | null
required
key_risks
string | null
required
key_opportunities
string | null
required
last_ai_scan_date
string<date> | null
required
updated_at
string<date-time>
required
article6_host_signed
integer
default:0
article6_host_mous
integer
default:0
host_agreements
Host Agreements · object[] | null
is_buyer_country
boolean
default:false
buyer_host_partners
string[] | null
buyer_agreements
Buyer Agreements · object[] | null
has_initial_report
boolean
default:false
initial_report_date
string<date> | null
cooperative_approach_ids
string[] | null
has_dna
boolean
default:false
dna_authority_name
string | null
has_participation_requirements
boolean
default:false
participation_requirements_date
string<date> | null
jcm_project_count
integer
default:0
jcm_total_reductions_ktco2e
number | null
ca_policy
string | null
ca_for_vcm
boolean | null
ca_first_transfer_date
string<date> | null
country_risk_score
integer | null
country_risk_factors
string[] | null
ndc_target_year
integer | null
ndc_reduction_pct
number | null
ndc_base_year
integer | null
ndc_conditional
boolean | null
ndc_last_updated
string<date> | null
total_projects
integer
default:0
total_credits_issued
integer
default:0
total_credits_retired
integer
default:0
active_registries
string[] | null