If you look at https://es.marvelcdb.com/api/public/card/01167
{
"pack_code": "core",
"pack_name": "Core Set",
"type_code": "minion",
"type_name": "Minion",
"faction_code": "encounter",
"faction_name": "Encounter",
"card_set_code": "spider_man_nemesis",
"card_set_name": "Archienemigo de Spiderman",
...
}
The pack, type, and faction names are in English, not Spanish, even though translations exist for all of them. I'd expect those to be translated too:
{
"pack_code": "core",
"pack_name": "Caja básica",
"type_code": "minion",
"type_name": "Esbirro",
"faction_code": "encounter",
"faction_name": "Encuentro",
"card_set_code": "spider_man_nemesis",
"card_set_name": "Archienemigo de Spiderman",
...
}
All the other fields that have translations looked ok to me, but it's worth double checking...
If you look at https://es.marvelcdb.com/api/public/card/01167
The pack, type, and faction names are in English, not Spanish, even though translations exist for all of them. I'd expect those to be translated too:
All the other fields that have translations looked ok to me, but it's worth double checking...