subdivisions
Data source: ISO
34 rows where country_code = "AF"
This data as json, CSV (advanced)
Link | country_code | code_31662 | name | local_variant | language_code | romanization_system | parent_subdivision |
---|---|---|---|---|---|---|---|
AF,AF-BAL* | AF | AF-BAL* | Balkh | ps | BGN/PCGN 2007 | ||
AF,AF-BAM* | AF | AF-BAM* | Bāmyān | ps | BGN/PCGN 2007 | ||
AF,AF-BDG* | AF | AF-BDG* | Bādghīs | ps | BGN/PCGN 2007 | ||
AF,AF-BDS* | AF | AF-BDS* | Badakhshān | ps | BGN/PCGN 2007 | ||
AF,AF-BGL* | AF | AF-BGL* | Baghlān | ps | BGN/PCGN 2007 | ||
AF,AF-DAY* | AF | AF-DAY* | Dāykundī | ps | BGN/PCGN 2007 | ||
AF,AF-FRA* | AF | AF-FRA* | Farāh | ps | BGN/PCGN 2007 | ||
AF,AF-FYB* | AF | AF-FYB* | Fāryāb | ps | BGN/PCGN 2007 | ||
AF,AF-GHA* | AF | AF-GHA* | Ghaznī | ps | BGN/PCGN 2007 | ||
AF,AF-GHO* | AF | AF-GHO* | Ghōr | ps | BGN/PCGN 2007 | ||
AF,AF-HEL* | AF | AF-HEL* | Helmand | ps | BGN/PCGN 2007 | ||
AF,AF-HER* | AF | AF-HER* | Herāt | ps | BGN/PCGN 2007 | ||
AF,AF-JOW* | AF | AF-JOW* | Jowzjān | ps | BGN/PCGN 2007 | ||
AF,AF-KAB* | AF | AF-KAB* | Kābul | ps | BGN/PCGN 2007 | ||
AF,AF-KAN* | AF | AF-KAN* | Kandahār | ps | BGN/PCGN 2007 | ||
AF,AF-KAP* | AF | AF-KAP* | Kāpīsā | ps | BGN/PCGN 2007 | ||
AF,AF-KDZ* | AF | AF-KDZ* | Kunduz | ps | BGN/PCGN 2007 | ||
AF,AF-KHO* | AF | AF-KHO* | Khōst | ps | BGN/PCGN 2007 | ||
AF,AF-KNR* | AF | AF-KNR* | Kunaṟ | ps | BGN/PCGN 2007 | ||
AF,AF-LAG* | AF | AF-LAG* | Laghmān | ps | BGN/PCGN 2007 | ||
AF,AF-LOG* | AF | AF-LOG* | Lōgar | ps | BGN/PCGN 2007 | ||
AF,AF-NAN* | AF | AF-NAN* | Nangarhār | ps | BGN/PCGN 2007 | ||
AF,AF-NIM* | AF | AF-NIM* | Nīmrōz | ps | BGN/PCGN 2007 | ||
AF,AF-NUR* | AF | AF-NUR* | Nūristān | ps | BGN/PCGN 2007 | ||
AF,AF-PAN* | AF | AF-PAN* | Panjshayr | ps | BGN/PCGN 2007 | ||
AF,AF-PAR* | AF | AF-PAR* | Parwān | ps | BGN/PCGN 2007 | ||
AF,AF-PIA* | AF | AF-PIA* | Paktiyā | ps | BGN/PCGN 2007 | ||
AF,AF-PKA* | AF | AF-PKA* | Paktīkā | ps | BGN/PCGN 2007 | ||
AF,AF-SAM* | AF | AF-SAM* | Samangān | ps | BGN/PCGN 2007 | ||
AF,AF-SAR* | AF | AF-SAR* | Sar-e Pul | ps | BGN/PCGN 2007 | ||
AF,AF-TAK* | AF | AF-TAK* | Takhār | ps | BGN/PCGN 2007 | ||
AF,AF-URU* | AF | AF-URU* | Uruzgān | ps | BGN/PCGN 2007 | ||
AF,AF-WAR* | AF | AF-WAR* | Wardak | ps | BGN/PCGN 2007 | ||
AF,AF-ZAB* | AF | AF-ZAB* | Zābul | ps | BGN/PCGN 2007 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE subdivisions ( country_code text NOT NULL , code_31662 text NOT NULL , name text , local_variant text , language_code text , romanization_system text , parent_subdivision text , PRIMARY KEY (country_code , code_31662) , FOREIGN KEY (country_code) REFERENCES countries (alpha_2_code) ON DELETE CASCADE , FOREIGN KEY (language_code) REFERENCES languages (alpha_2_code) ON DELETE CASCADE );