Skip to content

Instantly share code, notes, and snippets.

@guilhermemauro
Created June 2, 2021 11:37
Show Gist options
  • Save guilhermemauro/e841a5df6e0ab3dd2791a377a7107478 to your computer and use it in GitHub Desktop.
Save guilhermemauro/e841a5df6e0ab3dd2791a377a7107478 to your computer and use it in GitHub Desktop.
json lista de tribunais de justiça por estados
{
"RJ": ["TJRJ", "TRE-RJ", "TRT-1"],
"BA": ["TJBA", "TRE-BA", "TRT-5"],
"AC": ["TJAC", "TRE-AC", "TRT-14"],
"AL": ["TJAL", "TRE-AL", "TRT-19"],
"AM": ["TJAM", "TRE-AM", "TRT-11"],
"AP": ["TJAP", "TRE-AP", "TRT-8"],
"CE": ["TJCE", "TRE-CE", "TRT-7"],
"DF": ["TJDF", "TRE-DF", "TRT-10"],
"ES": ["TJES", "TRE-ES", "TRT-17"],
"GO": ["TJGO", "TRE-GO", "TRT-18"],
"MA": ["TJMA", "TRE-MA", "TRT-16"],
"MG": ["TJMG", "TRE-MG", "TRT-3"],
"MS": ["TJMS", "TRE-MS", "TRT-24"],
"MT": ["TJMT", "TRE-MT", "TRT-23"],
"PA": ["TJPA", "TRE-PA", "TRT-8"],
"PB": ["TJPB", "TRE-PB", "TRT-13"],
"PE": ["TJPE", "TRE-PE", "TRT-6"],
"PI": ["TJPI", "TRE-PI", "TRT-22"],
"PR": ["TJPR", "TRE-PR", "TRT-9"],
"RN": ["TJRN", "TRE-RN", "TRT-21"],
"RO": ["TJRO", "TRE-RO", "TRT-14"],
"RR": ["TJRR", "TRE-RR", "TRT-11"],
"RS": ["TJRS", "TRE-RS", "TRT-4"],
"SC": ["TJSC", "TRE-SC", "TRT-12"],
"SE": ["TJSE", "TRE-SE", "TRT-20"],
"SP": ["TJSP", "TRE-SP", "TRT-2", "TRT-15"],
"TO": ["TJTO", "TRE-TO", "TRT-10"],
"BR": ["TSE", "TST", "TSJ", "STF", "STM"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment