This is the list of all states and territories in Brazil.

The format is "safe_key|value". The safe_key is the ISO 3166-2 code of the respective state and the value is the name of the respective state.

Pipe Delimited Values

AC|Acre
AL|Alagoas
AM|Amazonas
AP|Amapá
BA|Bahia
CE|Ceará
DF|Distrito Federal
ES|Espírito Santo
GO|Goiás
MA|Maranhão
MG|Minas Gerais
MS|Mato Grosso do Sul
MT|Mato Grosso
PA|Pará
PB|Paraíba
PE|Pernambuco
PI|Piauí
PR|Paraná
RJ|Rio de Janeiro
RN|Rio Grande do Norte
RO|Rondônia
RR|Roraima
RS|Rio Grande do Sul
SC|Santa Catarina
SE|Sergipe
SP|São Paulo
TO|Tocantins

PHP Associative Arrays

"AC" => "Acre",
"AL" => "Alagoas",
"AM" => "Amazonas",
"AP" => "Amapá",
"BA" => "Bahia",
"CE" => "Ceará",
"DF" => "Distrito Federal",
"ES" => "Espírito Santo",
"GO" => "Goiás",
"MA" => "Maranhão",
"MG" => "Minas Gerais",
"MS" => "Mato Grosso do Sul",
"MT" => "Mato Grosso",
"PA" => "Pará",
"PB" => "Paraíba",
"PE" => "Pernambuco",
"PI" => "Piauí",
"PR" => "Paraná",
"RJ" => "Rio de Janeiro",
"RN" => "Rio Grande do Norte",
"RO" => "Rondônia",
"RR" => "Roraima",
"RS" => "Rio Grande do Sul",
"SC" => "Santa Catarina",
"SE" => "Sergipe",
"SP" => "São Paulo",
"TO" => "Tocantins",

YAML Format
AC: Acre
AL: Alagoas
AM: Amazonas
AP: Amapá
BA: Bahia
CE: Ceará
DF: Distrito Federal
ES: Espírito Santo
GO: Goiás
MA: Maranhão
MG: Minas Gerais
MS: Mato Grosso do Sul
MT: Mato Grosso
PA: Pará
PB: Paraíba
PE: Pernambuco
PI: Piauí
PR: Paraná
RJ: Rio de Janeiro
RN: Rio Grande do Norte
RO: Rondônia
RR: Roraima
RS: Rio Grande do Sul
SC: Santa Catarina
SE: Sergipe
SP: São Paulo
TO: Tocantins